Added Exception and its tests.
[libsex.git] / tests / testRegistry.cxx
blob62a8c6ef244bdc609a01ef10b58eb675d5be99c4
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);