diff options
Diffstat (limited to 'math/test-misc.c')
-rw-r--r-- | math/test-misc.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/test-misc.c b/math/test-misc.c index 3fd2bca6ac..4801bfe38f 100644 --- a/math/test-misc.c +++ b/math/test-misc.c @@ -25,8 +25,8 @@ #include <math-tests.h> -int -main (void) +static int +do_test (void) { int result = 0; @@ -1201,3 +1201,6 @@ main (void) return result; } + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" |