Coding style cleanup
[libstick.git] / tests / main.cc
index 6dca3334a6d895e95b439b5f6b4eff02fd449801..ef4977e8eb9110a80f69939a54516188eef54078 100644 (file)
@@ -13,8 +13,8 @@ int main(int argc, char* argv[]) {
 
     Test::Suite ts;
 
-    ts.add(auto_ptr<Test::Suite>(new BooleanmatrixTestSuite));
-    ts.add(auto_ptr<Test::Suite>(new SimplicialComplexTestSuite));
+    ts.add(auto_ptr<Test::Suite>(new boolean_matrix_TestSuite));
+    ts.add(auto_ptr<Test::Suite>(new simplicial_complex_TestSuite));
 
     Test::TextOutput output(Test::TextOutput::Verbose);
     return ts.run(output);