diff base/test/svcore-base-test.cpp @ 1407:25ed6dde2ce0 scale-ticks

Scale tick labeller, and tests (some failing so far)
author Chris Cannam
date Wed, 03 May 2017 13:02:08 +0100
parents 667e369cfeab
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	Wed May 03 13:02:08 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;