diff options
Diffstat (limited to 'test/math_tests.cc')
-rw-r--r-- | test/math_tests.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/math_tests.cc b/test/math_tests.cc new file mode 100644 index 00000000..c1e8c839 --- /dev/null +++ b/test/math_tests.cc @@ -0,0 +1,3 @@ +#include <cppunit/extensions/HelperMacros.h> + +CPPUNIT_REGISTRY_ADD_TO_DEFAULT("math"); |