summaryrefslogtreecommitdiffstats
path: root/common/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/test.h')
-rw-r--r--common/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/test.h b/common/test.h
index e2bd1ea..bb505b6 100644
--- a/common/test.h
+++ b/common/test.h
@@ -34,6 +34,8 @@ namespace Test {
34 * and clears all data directories. 34 * and clears all data directories.
35 */ 35 */
36void SINK_EXPORT initTest(); 36void SINK_EXPORT initTest();
37void SINK_EXPORT setTestModeEnabled(bool);
38bool SINK_EXPORT testModeEnabled();
37 39
38class SINK_EXPORT TestAccount { 40class SINK_EXPORT TestAccount {
39public: 41public: