In-source preparation of release.
[libsex.git] / tests / testRegistry.cxx
blobfe0c060864eabfab2ffb44d445907cac90e847a3
1 #include <cppunit/extensions/HelperMacros.h>
3 // Registering all unit tests here, to make them
4 // easier to disable and enable.
6 #include <tests/TestException.hxx>
7 CPPUNIT_TEST_SUITE_REGISTRATION(TestException);
9 #include <tests/TestUtility.hxx>
10 CPPUNIT_TEST_SUITE_REGISTRATION(TestUtility);
12 #include <tests/TestMacros.hxx>
13 CPPUNIT_TEST_SUITE_REGISTRATION(TestMacros);