1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.12 2014/10/15 21:55:34 justin Exp $ 211be35a1SLionel Sambuc 311be35a1SLionel Sambuc.include <bsd.own.mk> 411be35a1SLionel Sambuc 511be35a1SLionel SambucTESTSDIR= ${TESTSBASE}/lib/libc/stdio 611be35a1SLionel Sambuc 711be35a1SLionel SambucTESTS_C+= t_clearerr 811be35a1SLionel SambucTESTS_C+= t_fflush 911be35a1SLionel SambucTESTS_C+= t_fmemopen 1011be35a1SLionel SambucTESTS_C+= t_fopen 11*0a6a1f1dSLionel SambucTESTS_C+= t_open_memstream 1211be35a1SLionel SambucTESTS_C+= t_fputc 1311be35a1SLionel SambucTESTS_C+= t_mktemp 1411be35a1SLionel SambucTESTS_C+= t_popen 1511be35a1SLionel SambucTESTS_C+= t_printf 1611be35a1SLionel SambucTESTS_C+= t_scanf 1711be35a1SLionel SambucCOPTS.t_printf.c += -Wno-format-nonliteral 1811be35a1SLionel Sambuc 1911be35a1SLionel SambucLDADD.t_mktemp+= -Wl,--no-fatal-warnings 2011be35a1SLionel Sambuc 2111be35a1SLionel Sambuc.include <bsd.test.mk> 22