1 #include <cppunit/extensions/HelperMacros.h>
3 // Registering all unit tests here, to make them
4 // easier to disable and enable.
6 #include <tests/Exception.hxx>
7 CPPUNIT_TEST_SUITE_REGISTRATION(tests::Exception
);
9 #include <tests/Utility.hxx>
10 CPPUNIT_TEST_SUITE_REGISTRATION(tests::Utility
);
12 #include <tests/UsageExamples.hxx>
13 CPPUNIT_TEST_SUITE_REGISTRATION(tests::UsageExamples
);