From 36cd8164049b570d9730a886e55d5a985bae1c2b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 Aug 2008 19:48:42 -0400 Subject: Moved the test sources around, so that all the unit tests are in test/unit. --- test/unit/t_utils.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/unit/t_utils.cc (limited to 'test/unit/t_utils.cc') diff --git a/test/unit/t_utils.cc b/test/unit/t_utils.cc new file mode 100644 index 00000000..eda84a3a --- /dev/null +++ b/test/unit/t_utils.cc @@ -0,0 +1,10 @@ +#include "t_utils.h" + +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(UtilitiesTestCase, "utility"); + +void UtilitiesTestCase::setUp() {} +void UtilitiesTestCase::tearDown() {} + +void UtilitiesTestCase::testConstructors() +{ +} -- cgit v1.2.3