Restructured test directories.
[libsex.git] / tests / testRegistry.cxx
blob4be49e87e25d985a48076bba3e7e06cbbd5e0db3
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/TestMacros.hxx>
13 CPPUNIT_TEST_SUITE_REGISTRATION(TestMacros);