Add process to test semaphore. Add debung string.
[bertos.git] / bertos / drv / timer_test.c
index a7839f41ebac382d957914324cec75a38d963189..07e75a66bf703b71f4e68ce4cd0d84a1e709257a 100644 (file)
@@ -154,14 +154,5 @@ int timer_testTearDown(void)
        return 0;
 }
 
-#if UNIT_TEST
-       #include <drv/timer.c>
-       #include <drv/kdebug.c>
-       #include <mware/event.c>
-       #include <mware/formatwr.c>
-       #include <mware/hex.c>
-       #include <os/hptime.c>
-
-       TEST_MAIN(timer);
-#endif
+TEST_MAIN(timer);