diff base/test/svcore-base-test.cpp @ 1622:172bd3374adf single-point

Add (disabled by default) stress test for EventSeries
author Chris Cannam
date Mon, 11 Mar 2019 09:53:28 +0000
parents 24dc8cb42755
children 52705a328b34
line wrap: on
line diff
--- a/base/test/svcore-base-test.cpp	Fri Mar 08 13:37:08 2019 +0000
+++ b/base/test/svcore-base-test.cpp	Mon Mar 11 09:53:28 2019 +0000
@@ -21,6 +21,7 @@
 #include "TestColumnOp.h"
 #include "TestMovingMedian.h"
 #include "TestEventSeries.h"
+#include "StressEventSeries.h"
 
 #include "system/Init.h"
 
@@ -90,7 +91,14 @@
         if (QTest::qExec(&t, argc, argv) == 0) ++good;
         else ++bad;
     }
-
+/*
+    {
+        StressEventSeries t;
+        if (QTest::qExec(&t, argc, argv) == 0) ++good;
+        else ++bad;
+    }
+*/
+    
     if (bad > 0) {
         SVCERR << "\n********* " << bad << " test suite(s) failed!\n" << endl;
         return 1;