Changed "double fault" message.
[libsex.git] / tests / registry.cxx
blobb111382d0f441ca3227fc19eff43bcdc56773a2c
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);