diff options
Diffstat (limited to 'common/test.h')
-rw-r--r-- | common/test.h | 2 |
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 | */ |
36 | void SINK_EXPORT initTest(); | 36 | void SINK_EXPORT initTest(); |
37 | void SINK_EXPORT setTestModeEnabled(bool); | ||
38 | bool SINK_EXPORT testModeEnabled(); | ||
37 | 39 | ||
38 | class SINK_EXPORT TestAccount { | 40 | class SINK_EXPORT TestAccount { |
39 | public: | 41 | public: |