summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test/host/hid/test_hidh.c (renamed from tests/test/host/test_hidh.c)2
-rw-r--r--tests/test/host/hid/test_hidh_keyboard.c (renamed from tests/test/host/test_hidh_keyboard.c)1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/test/host/test_hidh.c b/tests/test/host/hid/test_hidh.c
index f27a19b2c..838805c63 100644
--- a/tests/test/host/test_hidh.c
+++ b/tests/test/host/hid/test_hidh.c
@@ -45,7 +45,7 @@ void tearDown(void)
{
}
-void test_()
+void test_hidh()
{
TEST_IGNORE();
}
diff --git a/tests/test/host/test_hidh_keyboard.c b/tests/test/host/hid/test_hidh_keyboard.c
index 5153a5f2d..a74594603 100644
--- a/tests/test/host/test_hidh_keyboard.c
+++ b/tests/test/host/hid/test_hidh_keyboard.c
@@ -39,6 +39,7 @@
#include "unity.h"
#include "errors.h"
#include "hid_host.h"
+#include "hid_host_keyboard.h"
#include "mock_osal.h"
#include "mock_usbh.h"
#include "mock_hcd.h"