aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/Makefile')
-rw-r--r--lib/libc/stdio/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/libc/stdio/Makefile b/lib/libc/stdio/Makefile
new file mode 100644
index 000000000000..84f380e01208
--- /dev/null
+++ b/lib/libc/stdio/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.11 2013/04/25 13:34:09 joerg Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/lib/libc/stdio
+
+TESTS_C+= t_clearerr
+TESTS_C+= t_fflush
+TESTS_C+= t_fmemopen
+TESTS_C+= t_fopen
+TESTS_C+= t_fputc
+TESTS_C+= t_mktemp
+TESTS_C+= t_popen
+TESTS_C+= t_printf
+TESTS_C+= t_scanf
+COPTS.t_printf.c += -Wno-format-nonliteral
+
+LDADD.t_mktemp+= -Wl,--no-fatal-warnings
+
+.include <bsd.test.mk>