Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
ndcurves
Commits
b1e1168a
Commit
b1e1168a
authored
Mar 04, 2021
by
Steve T
Browse files
merge with constraints test
parent
eaf88d09
Changes
2
Hide whitespace changes
Inline
Side-by-side
python/test/test-curve-constraints.py
View file @
b1e1168a
...
...
@@ -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
...
...
tests/test-curve-constraints.cpp
View file @
b1e1168a
#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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment