aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_common/test_fixture.h
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-07-01 22:25:06 +0300
committerJack Humbert <jack.humb@gmail.com>2017-07-08 21:59:51 -0400
commit4e69a8bda6c4003c6b9e33de7db89fe073c970f5 (patch)
tree8a01b6dde0195d574686fdd2f9cd1da61b3aa8dc /tests/test_common/test_fixture.h
parenta62f4496599d4a1880adc5f272f97f81be0586cb (diff)
downloadfirmware-4e69a8bda6c4003c6b9e33de7db89fe073c970f5.tar.gz
firmware-4e69a8bda6c4003c6b9e33de7db89fe073c970f5.tar.bz2
firmware-4e69a8bda6c4003c6b9e33de7db89fe073c970f5.zip
Add basic timing support, and SFT_T tests
Also expose some bugs...
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