summaryrefslogtreecommitdiffstats
path: root/tests/test_common/test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_common/test_fixture.h')
-rw-r--r--tests/test_common/test_fixture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_common/test_fixture.h b/tests/test_common/test_fixture.h
index a775a425a..4146b682b 100644
--- a/tests/test_common/test_fixture.h
+++ b/tests/test_common/test_fixture.h
@@ -25,4 +25,6 @@ public:
static void SetUpTestCase();
static void TearDownTestCase();
+ void run_one_scan_loop();
+ void idle_for(uint ms);
}; \ No newline at end of file