diff options
Diffstat (limited to 'tools/regression/lib/libc/stdio/Makefile')
-rw-r--r-- | tools/regression/lib/libc/stdio/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tools/regression/lib/libc/stdio/Makefile b/tools/regression/lib/libc/stdio/Makefile deleted file mode 100644 index 688ea2a..0000000 --- a/tools/regression/lib/libc/stdio/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -TESTS= test-fdopen \ - test-fopen \ - test-freopen \ - test-getdelim \ - test-mkostemp \ - test-open_memstream \ - test-open_wmemstream \ - test-perror \ - test-print-positional \ - test-printbasic \ - test-printfloat \ - test-scanfloat - -CFLAGS+= -lm - -.PHONY: tests -tests: ${TESTS} - for p in ${TESTS}; do ${.OBJDIR}/$$p; done - -.PHONY: clean -clean: - -rm -f ${TESTS} |