summaryrefslogtreecommitdiff
path: root/string/tst-inlcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/tst-inlcall.c')
-rw-r--r--string/tst-inlcall.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/string/tst-inlcall.c b/string/tst-inlcall.c
index 32d88631f5..0f8b1bdae4 100644
--- a/string/tst-inlcall.c
+++ b/string/tst-inlcall.c
@@ -31,8 +31,8 @@
#include <fcntl.h>
-int
-main (void)
+static int
+do_test (void)
{
int status;
int errors = 0;
@@ -80,3 +80,6 @@ main (void)
}
return status;
}
+
+#define TEST_FUNCTION do_test ()
+#include "../test-skeleton.c"