diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-25 01:10:05 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-25 01:10:05 -0400 |
commit | 79a79766000a6440f651af50cfac3646171e8f0a (patch) | |
tree | 1b5a9a419ffd65770fd36ec55f9c0a608e5b1045 /test/util_tests.cc | |
parent | 1ae1033090faf566f8577cc63ac10a2d4e0e1f7f (diff) | |
download | fork-ledger-79a79766000a6440f651af50cfac3646171e8f0a.tar.gz fork-ledger-79a79766000a6440f651af50cfac3646171e8f0a.tar.bz2 fork-ledger-79a79766000a6440f651af50cfac3646171e8f0a.zip |
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.
Diffstat (limited to 'test/util_tests.cc')
-rw-r--r-- | test/util_tests.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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/extensions/HelperMacros.h> + +CPPUNIT_REGISTRY_ADD_TO_DEFAULT("util"); |