ControlMath: switch to gtest for unit tessting

This commit is contained in:
Matthias Grob
2019-10-22 15:50:48 +02:00
parent ad60f6d786
commit d60e1e2774
9 changed files with 184 additions and 258 deletions

View File

@@ -83,7 +83,6 @@ const struct {
{"bezier", test_bezierQuad, 0},
{"bson", test_bson, 0},
{"conv", test_conv, 0},
{"ctlmath", test_controlmath, 0},
{"dataman", test_dataman, OPT_NOJIGTEST | OPT_NOALLTEST},
{"file2", test_file2, OPT_NOJIGTEST},
{"float", test_float, 0},