summaryrefslogtreecommitdiff
path: root/test/unit/t_utils.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-19 13:33:47 -0400
committerJohn Wiegley <johnw@newartisans.com>2011-02-04 03:43:33 -0500
commit2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae (patch)
tree8cf5fd66d4995b72e4636a7df40febee5e80817c /test/unit/t_utils.cc
parentc9730d781c33e5cbece892f78008e379cfabe2e2 (diff)
downloadfork-ledger-2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae.tar.gz
fork-ledger-2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae.tar.bz2
fork-ledger-2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae.zip
Use Boost.Test instead of CppUnit
Diffstat (limited to 'test/unit/t_utils.cc')
-rw-r--r--test/unit/t_utils.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/unit/t_utils.cc b/test/unit/t_utils.cc
deleted file mode 100644
index 6c63359c..00000000
--- a/test/unit/t_utils.cc
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <system.hh>
-
-#include "t_utils.h"
-
-CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(UtilitiesTestCase, "util");
-