diff base/test/svcore-base-test.cpp @ 1420:a533662c17f4

Merge from branch "scale-ticks"
author Chris Cannam
date Mon, 10 Jul 2017 14:23:19 +0100
parents 25ed6dde2ce0
children 87ae75da6527
line wrap: on
line diff
--- a/base/test/svcore-base-test.cpp	Tue Mar 07 13:52:37 2017 +0000
+++ b/base/test/svcore-base-test.cpp	Mon Jul 10 14:23:19 2017 +0100
@@ -14,6 +14,7 @@
 #include "TestLogRange.h"
 #include "TestRangeMapper.h"
 #include "TestPitch.h"
+#include "TestScaleTickIntervals.h"
 #include "TestStringBits.h"
 #include "TestOurRealTime.h"
 #include "TestVampRealTime.h"
@@ -66,6 +67,11 @@
 	if (QTest::qExec(&t, argc, argv) == 0) ++good;
 	else ++bad;
     }
+    {
+	TestScaleTickIntervals t;
+	if (QTest::qExec(&t, argc, argv) == 0) ++good;
+	else ++bad;
+    }
 
     if (bad > 0) {
 	cerr << "\n********* " << bad << " test suite(s) failed!\n" << endl;