[Box Backup-commit] COMMIT r3254 - box/trunk/lib/common

subversion at boxbackup.org subversion at boxbackup.org
Tue Feb 11 10:29:14 GMT 2014


Author: chris
Date: 2014-02-11 10:29:13 +0000 (Tue, 11 Feb 2014)
New Revision: 3254

Modified:
   box/trunk/lib/common/Test.h
Log:
Give tests access to the list of tests requested by the user.

Modified: box/trunk/lib/common/Test.h
===================================================================
--- box/trunk/lib/common/Test.h	2014-02-11 10:29:08 UTC (rev 3253)
+++ box/trunk/lib/common/Test.h	2014-02-11 10:29:13 UTC (rev 3254)
@@ -11,6 +11,7 @@
 #define TEST__H
 
 #include <cstring>
+#include <list>
 
 #ifdef WIN32
 #define BBACKUPCTL      "..\\..\\bin\\bbackupctl\\bbackupctl.exe"
@@ -32,6 +33,7 @@
 extern int first_fail_line;
 extern std::string first_fail_file;
 extern std::string bbackupd_args, bbstored_args, bbackupquery_args, test_args;
+extern std::list<std::string> run_only_named_tests;
 
 #define TEST_FAIL_WITH_MESSAGE(msg) \
 { \




More information about the Boxbackup-commit mailing list