summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/Test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common/Test.h b/lib/common/Test.h
index f318c811..7afa0448 100644
--- a/lib/common/Test.h
+++ b/lib/common/Test.h
@@ -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 failures;
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) \
{ \