summaryrefslogtreecommitdiff
path: root/tests/test/host
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/host')
-rw-r--r--tests/test/host/test_host_hid_keyboard.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/test/host/test_host_hid_keyboard.c b/tests/test/host/test_host_hid_keyboard.c
index 436c90b43..cf5a541d3 100644
--- a/tests/test/host/test_host_hid_keyboard.c
+++ b/tests/test/host/test_host_hid_keyboard.c
@@ -35,5 +35,15 @@
* This file is part of the tiny usb stack.
*/
-#define _TINY_USB_SOURCE_FILE
+void setUp(void)
+{
+}
+void tearDown(void)
+{
+}
+
+void test_()
+{
+ TEST_IGNORE();
+}