X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Ftimer_test.c;h=07e75a66bf703b71f4e68ce4cd0d84a1e709257a;hb=ad858ab70795d9fcc2f9f6b0218969de37f9e023;hp=a7839f41ebac382d957914324cec75a38d963189;hpb=f81ab81af897093cc762ec92507c38ec453d1845;p=bertos.git diff --git a/bertos/drv/timer_test.c b/bertos/drv/timer_test.c index a7839f41..07e75a66 100644 --- a/bertos/drv/timer_test.c +++ b/bertos/drv/timer_test.c @@ -154,14 +154,5 @@ int timer_testTearDown(void) return 0; } -#if UNIT_TEST - #include - #include - #include - #include - #include - #include - - TEST_MAIN(timer); -#endif +TEST_MAIN(timer);