Re-introduce toggle-editor-and-mixer (for ctrl-surfaces)
[ardour.git] / libs / pbd / test / testrunner.cc
index 11f60f46a2ddc7b2962be3df5281157cf7936990..92757eb45d8fb0bce66d25f1f26bbea29495d2f7 100644 (file)
@@ -24,19 +24,19 @@ main ()
        text_receiver.listen_to (PBD::warning);
 
        ScalarPropertiesTest::make_property_quarks ();
-       
+
        CppUnit::TestResult testresult;
 
        CppUnit::TestResultCollector collectedresults;
        testresult.addListener (&collectedresults);
-       
+
        CppUnit::BriefTestProgressListener progress;
        testresult.addListener (&progress);
-       
+
        CppUnit::TestRunner testrunner;
        testrunner.addTest (CppUnit::TestFactoryRegistry::getRegistry ().makeTest ());
        testrunner.run (testresult);
-       
+
        CppUnit::CompilerOutputter compileroutputter (&collectedresults, std::cerr);
        compileroutputter.write ();