From 30978b7fe5ee93413b2e05b54942f6550832b222 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 7 May 2007 11:37:15 +0000 Subject: Added new test files. --- tests/utility/t_utils.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/utility/t_utils.cc (limited to 'tests/utility/t_utils.cc') diff --git a/tests/utility/t_utils.cc b/tests/utility/t_utils.cc new file mode 100644 index 00000000..eda84a3a --- /dev/null +++ b/tests/utility/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