Home | History | Annotate | Line # | Download | only in printf
      1 # $NetBSD: Makefile,v 1.1 2018/09/05 21:05:40 kre Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/usr.bin/printf
      6 
      7 TESTS_SH=	t_builtin t_command
      8 
      9 t_builtin: t_builtin.sh printf.sh
     10 
     11 t_command: t_command.sh printf.sh
     12 
     13 .include <bsd.test.mk>
     14