From 4e69a8bda6c4003c6b9e33de7db89fe073c970f5 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Sat, 1 Jul 2017 22:25:06 +0300 Subject: Add basic timing support, and SFT_T tests Also expose some bugs... --- tests/test_common/test_fixture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_common/test_fixture.h') diff --git a/tests/test_common/test_fixture.h b/tests/test_common/test_fixture.h index a775a425aa..4146b682b1 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 -- cgit v1.2.3