Deleted Added
full compact
Makefile (204761) Makefile (263227)
1# $FreeBSD: head/tools/regression/usr.bin/apply/Makefile 204761 2010-03-05 15:23:01Z jh $
1# $FreeBSD: head/usr.bin/apply/tests/Makefile 263227 2014-03-16 08:04:06Z jmmv $
2
2
3all:
4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
3TESTSDIR= ${TESTSBASE}/usr.bin/apply
4
5TAP_TESTS_SH= legacy_test
6
7FILESDIR= ${TESTSDIR}
8FILES= regress.00.in
9FILES+= regress.00.out
10FILES+= regress.01.out
11FILES+= regress.01.sh
12FILES+= regress.sh
13
14.include <bsd.test.mk>