A few more libpbd test tweaks.
[ardour.git] / libs / pbd / test / testrunner.cc
index 7c4d8932217a14158d82e5f42970296cbb8c22c8..1512ebd024cc75ffd819dc4521967b891720d5a1 100755 (executable)
@@ -4,10 +4,13 @@
 #include <cppunit/TestResultCollector.h>
 #include <cppunit/TestRunner.h>
 #include <cppunit/BriefTestProgressListener.h>
+#include "scalar_properties.h"
 
 int
 main ()
 {
+       ScalarPropertiesTest::make_property_quarks ();
+       
        CppUnit::TestResult testresult;
 
        CppUnit::TestResultCollector collectedresults;