From 79a79766000a6440f651af50cfac3646171e8f0a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 25 Jan 2009 01:10:05 -0400 Subject: 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. --- test/util_tests.cc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/util_tests.cc (limited to 'test/util_tests.cc') diff --git a/test/util_tests.cc b/test/util_tests.cc new file mode 100644 index 00000000..f584db89 --- /dev/null +++ b/test/util_tests.cc @@ -0,0 +1,3 @@ +#include + +CPPUNIT_REGISTRY_ADD_TO_DEFAULT("util"); -- cgit v1.2.3