Home | History | Annotate | Line # | Download | only in stdio
Makefile revision 1.15
      1 # $NetBSD: Makefile,v 1.15 2021/07/08 09:07:46 christos Exp $
      2 
      3 NOMAN=
      4 .include <bsd.own.mk>
      5 
      6 TESTSDIR=	${TESTSBASE}/lib/libc/stdio
      7 
      8 TESTS_C+=	t_clearerr
      9 TESTS_C+=	t_fflush
     10 TESTS_C+=	t_fmemopen
     11 TESTS_C+=	t_fopen
     12 TESTS_C+=	t_open_memstream
     13 TESTS_C+=	t_fputc
     14 TESTS_C+=	t_popen
     15 TESTS_C+=	t_printf
     16 TESTS_C+=	t_scanf
     17 
     18 TESTS_SH+=	t_intr
     19 
     20 COPTS.t_printf.c += -Wno-format-nonliteral
     21 
     22 PROGS+=		h_intr h_makenumbers h_testnumbers
     23 
     24 .include <bsd.test.mk>
     25