X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Framp_test.c;h=7666662fb1ea515af44b3c13ac89b3b66a42287c;hb=5626c31e8564664172ded764dc701904302560d1;hp=918257f3a267a5ebb228442e71f0eb0c8d4e789e;hpb=14405b30df776ba4e1b5e7363b1157370b5f0904;p=bertos.git diff --git a/bertos/algo/ramp_test.c b/bertos/algo/ramp_test.c index 918257f3..7666662f 100644 --- a/bertos/algo/ramp_test.c +++ b/bertos/algo/ramp_test.c @@ -184,12 +184,4 @@ int ramp_testRun(void) return 0; } -#if UNIT_TEST - #include "ramp.c" - #include - #include - #include - - TEST_MAIN(ramp); -#endif - +TEST_MAIN(ramp);