Initial commit, version 0.1.0.
[libfsafe.git] / tests / registry.cxx
blob48b24c3521da45d9c5bb2f3eca1ef42d82cb8589
1 #include <cppunit/extensions/HelperMacros.h>
3 // Registering all unit tests here, to make them
4 // easier to disable and enable.
6 #include <tests/Assert.hxx>
7 CPPUNIT_TEST_SUITE_REGISTRATION(tests::Assert);
9 #include <tests/AssertPre.hxx>
10 CPPUNIT_TEST_SUITE_REGISTRATION(tests::AssertPre);
12 #include <tests/AssertPost.hxx>
13 CPPUNIT_TEST_SUITE_REGISTRATION(tests::AssertPost);
15 #include <tests/Checkpoint.hxx>
16 CPPUNIT_TEST_SUITE_REGISTRATION(tests::Checkpoint);
18 #include <tests/Example.hxx>
19 CPPUNIT_TEST_SUITE_REGISTRATION(tests::Example);