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