Fix: Headers are now installed.
[libsex.git] / tests / testRegistry.cxx
blob718244620764ec20fc2b7bb45e1f0914af89e83f
1 #include <cppunit/extensions/HelperMacros.h>
3 // Registering all unit tests here, to make them
4 // easier to disable and enable.
6 #include <tests/src/TestException.hxx>
7 CPPUNIT_TEST_SUITE_REGISTRATION(TestException);
9 #include <tests/src/TestUtility.hxx>
10 CPPUNIT_TEST_SUITE_REGISTRATION(TestUtility);
12 #include <tests/src/UsageExamples.hxx>
13 CPPUNIT_TEST_SUITE_REGISTRATION(UsageExamples);