diff options
Diffstat (limited to 'test/UnitTests.cc')
-rw-r--r-- | test/UnitTests.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/UnitTests.cc b/test/UnitTests.cc index e176a055..f6a27d3e 100644 --- a/test/UnitTests.cc +++ b/test/UnitTests.cc @@ -15,6 +15,7 @@ CPPUNIT_REGISTRY_ADD_TO_DEFAULT("Framework"); CPPUNIT_REGISTRY_ADD_TO_DEFAULT("numerics"); +CPPUNIT_REGISTRY_ADD_TO_DEFAULT("utility"); // Create a sample test, which acts both as a template, and a // verification that the basic framework is functioning. |