blob: 52bcee57114e1f9e207bdc652b4e9a913eade2aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1 2018/09/05 21:05:40 kre Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/usr.bin/printf
TESTS_SH= t_builtin t_command
t_builtin: t_builtin.sh printf.sh
t_command: t_command.sh printf.sh
.include <bsd.test.mk>
|