X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fsprintf_test.c;h=15e1e7b3e9cfbd1faa8bfd2ae65ee28b10ba77ac;hb=647e8b59350b817014d29f4b204a0a201824bf1b;hp=6aaeef91c34c0225e0ae95832127a0454f15729b;hpb=2796b45ae17067be57fa4e81ab2b75c5884d6ea4;p=bertos.git diff --git a/bertos/mware/sprintf_test.c b/bertos/mware/sprintf_test.c index 6aaeef91..15e1e7b3 100644 --- a/bertos/mware/sprintf_test.c +++ b/bertos/mware/sprintf_test.c @@ -110,7 +110,4 @@ int sprintf_testTearDown(void) return 0; } -#if UNIT_TEST - TEST_MAIN(sprintf); -#endif /* UNIT_TEST */ - +TEST_MAIN(sprintf);