summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/lib/libc/stdio/Makefile')
-rw-r--r--tools/regression/lib/libc/stdio/Makefile24
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}
OpenPOWER on IntegriCloud