ledger/test/unit/t_utils.cc
John Wiegley 79a7976600 Reorganized Ledger so that it builds as 7 separate libraries. This is mainly
to prove to myself that it has proper decoupling between prior code areas.
2009-01-25 01:10:05 -04:00

10 lines
210 B
C++

#include "t_utils.h"
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(UtilitiesTestCase, "util");
void UtilitiesTestCase::setUp() {}
void UtilitiesTestCase::tearDown() {}
void UtilitiesTestCase::testConstructors()
{
}