summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-07-31 06:41:14 +0000
committerChris Wilson <chris+github@qwirx.com>2015-07-31 06:41:14 +0000
commit2752d3fc35f9502178ca3308dbcf2af95a4d4e6e (patch)
treee63860658a6b30123730038c07588d1480f24430 /lib/common
parent018a593ccbb3d6cc48236ba3e279156054c15bbc (diff)
Add S3Store account creation.
Diffstat (limited to 'lib/common')
-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 f6bbb49d..15a3db6f 100644
--- a/lib/common/Test.h
+++ b/lib/common/Test.h
@@ -34,6 +34,8 @@
extern int num_failures;
extern int first_fail_line;
+extern int num_tests_selected;
+extern int old_failure_count;
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;