aboutsummaryrefslogtreecommitdiff
path: root/string/tst-strfry.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/tst-strfry.c')
-rw-r--r--string/tst-strfry.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/string/tst-strfry.c b/string/tst-strfry.c
index 2b40a39..e4e9018 100644
--- a/string/tst-strfry.c
+++ b/string/tst-strfry.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
-static int
+int
do_test (void)
{
char str[] = "this is a test";
@@ -11,5 +11,4 @@ do_test (void)
return 0;
}
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>