X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Framp_test.c;h=7666662fb1ea515af44b3c13ac89b3b66a42287c;hb=747bcac9a31ecd296ee45ff28090dde5707fc264;hp=918257f3a267a5ebb228442e71f0eb0c8d4e789e;hpb=2796b45ae17067be57fa4e81ab2b75c5884d6ea4;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);