xref: /netbsd-src/tests/lib/libc/stdio/Makefile (revision a981b8de86ff61a32d5ec74bd884074b8e77966f)
1# $NetBSD: Makefile,v 1.16 2021/07/08 12:30:20 christos Exp $
2
3NOMAN=
4.include <bsd.own.mk>
5
6TESTSDIR=	${TESTSBASE}/lib/libc/stdio
7
8BINDIR=         ${TESTSDIR}
9
10TESTS_C+=	t_clearerr
11TESTS_C+=	t_fflush
12TESTS_C+=	t_fmemopen
13TESTS_C+=	t_fopen
14TESTS_C+=	t_open_memstream
15TESTS_C+=	t_fputc
16TESTS_C+=	t_popen
17TESTS_C+=	t_printf
18TESTS_C+=	t_scanf
19
20TESTS_SH+=	t_intr
21
22COPTS.t_printf.c += -Wno-format-nonliteral
23
24PROGS+=		h_intr h_makenumbers h_testnumbers
25
26.include <bsd.test.mk>
27