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