]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/comm/tests/Makefile
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / usr.bin / comm / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TAP_TESTS_SH=   legacy_test
6
7 ${PACKAGE}FILES+=               regress.00.out
8 ${PACKAGE}FILES+=               regress.00a.in
9 ${PACKAGE}FILES+=               regress.00b.in
10 ${PACKAGE}FILES+=               regress.01.out
11 ${PACKAGE}FILES+=               regress.01a.in
12 ${PACKAGE}FILES+=               regress.01b.in
13 ${PACKAGE}FILES+=               regress.02.out
14 ${PACKAGE}FILES+=               regress.02a.in
15 ${PACKAGE}FILES+=               regress.02b.in
16 ${PACKAGE}FILES+=               regress.sh
17
18 .include <bsd.test.mk>