diff Tester.h @ 40:649f32c7eb41

Add single-test arg, as well as list-tests and version
author Chris Cannam
date Mon, 28 Jul 2014 11:41:37 +0100
parents 07144cdcbedf
children f1e8e14e9c96
line wrap: on
line diff
--- a/Tester.h	Mon Jul 28 11:11:59 2014 +0100
+++ b/Tester.h	Mon Jul 28 11:41:37 2014 +0100
@@ -52,6 +52,8 @@
 
     bool test(int &notes, int &warnings, int &errors);
 
+    static void listTests();
+
     class Registrar {
     public:
         Registrar(std::string id, std::string name) {