Moved tests from tests/src to tests and their fixed namespace.
[libsex.git] / tests / registry.cxx
blobfc428a7b0c91ca905e6e9d7c07d4a0a95398074d
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(tests::TestException);
9 #include <tests/TestUtility.hxx>
10 CPPUNIT_TEST_SUITE_REGISTRATION(tests::TestUtility);
12 #include <tests/UsageExamples.hxx>
13 CPPUNIT_TEST_SUITE_REGISTRATION(tests::UsageExamples);