diff options
Diffstat (limited to 'elf/tst-auxv.c')
-rw-r--r-- | elf/tst-auxv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/tst-auxv.c b/elf/tst-auxv.c index d2661d9dd6..bc571c5fa7 100644 --- a/elf/tst-auxv.c +++ b/elf/tst-auxv.c @@ -66,4 +66,5 @@ do_test (int argc, char *argv[]) return 0; } -#include "../test-skeleton.c" +#define TEST_FUNCTION_ARGV do_test +#include <support/test-driver.c> |