Skip to content
Snippets Groups Projects
Commit b1e1168a authored by Steve T's avatar Steve T
Browse files

merge with constraints test

parent eaf88d09
No related branches found
No related tags found
No related merge requests found
Pipeline #13348 failed
......@@ -3,7 +3,7 @@
import unittest
import curves
from curves import curve_constraints
from nd_curves import curve_constraints
import numpy as np
import pickle
from numpy import array, isclose, array_equal
......
#define BOOST_TEST_MODULE test_curve_constraints
#include "curves/fwd.h"
#include "curves/bezier_curve.h"
#include "nd_curves/fwd.h"
#include "nd_curves/bezier_curve.h"
#include <boost/test/included/unit_test.hpp>
using namespace curves;
using namespace nd_curves;
BOOST_AUTO_TEST_SUITE(BOOST_TEST_MODULE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment