summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-25 13:08:40 +0700
committerhathach <[email protected]>2013-03-25 13:08:40 +0700
commitddeec330fabaa1b41cbd359e268a84334cfac65e (patch)
tree290e4c67bc1681196f02b09f1eead3cf2f77794f /tests
parent56cd8be75ec79a9d7e1d17e6f0634d4041ba6b13 (diff)
separate hidh_keyboard from hid_host
move test hid related to its own folder
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"