X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Ftimer_test.c;h=19522768cbfe36fb68608cdadf16583d209bc866;hb=96a9c1585a17bce4abf3b393e1c307388878adbb;hp=a7839f41ebac382d957914324cec75a38d963189;hpb=f81ab81af897093cc762ec92507c38ec453d1845;p=bertos.git diff --git a/bertos/drv/timer_test.c b/bertos/drv/timer_test.c index a7839f41..19522768 100644 --- a/bertos/drv/timer_test.c +++ b/bertos/drv/timer_test.c @@ -34,6 +34,7 @@ * * \version $Id$ * \author Bernie Innocenti + * */ #include @@ -154,14 +155,5 @@ int timer_testTearDown(void) return 0; } -#if UNIT_TEST - #include - #include - #include - #include - #include - #include - - TEST_MAIN(timer); -#endif +TEST_MAIN(timer);