X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fsprintf_test.c;h=15e1e7b3e9cfbd1faa8bfd2ae65ee28b10ba77ac;hb=2474b1fd51b1363ac87daa59c159f822b223d41a;hp=6aaeef91c34c0225e0ae95832127a0454f15729b;hpb=8bbccfe43a27ce0f8d46b8262201c3e611bedf46;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);