aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/TestCase.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/TestCase.h')
-rw-r--r--tests/framework/TestCase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework/TestCase.h b/tests/framework/TestCase.h
index dbb9312dee..18dd12e442 100644
--- a/tests/framework/TestCase.h
+++ b/tests/framework/TestCase.h
@@ -42,6 +42,7 @@ class TestCase
public:
virtual void do_setup() {};
virtual void do_run() {};
+ virtual void do_sync() {};
virtual void do_teardown() {};
/** Default destructor. */