]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/apply/tests/Makefile
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / usr.bin / apply / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TAP_TESTS_SH=   legacy_test
6
7 ${PACKAGE}FILES+=               regress.00.in
8 ${PACKAGE}FILES+=               regress.00.out
9 ${PACKAGE}FILES+=               regress.01.out
10 ${PACKAGE}FILES+=               regress.01.sh
11 ${PACKAGE}FILES+=               regress.sh
12
13 .include <bsd.test.mk>