]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/cat/tests/Makefile
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306956, and update
[FreeBSD/FreeBSD.git] / bin / cat / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 NETBSD_ATF_TESTS_SH=            cat_test
6
7 ${PACKAGE}FILES+=               d_align.in
8 ${PACKAGE}FILES+=               d_align.out
9 ${PACKAGE}FILES+=               d_b_output.in
10 ${PACKAGE}FILES+=               d_b_output.out
11 ${PACKAGE}FILES+=               d_se_output.in
12 ${PACKAGE}FILES+=               d_se_output.out
13 ${PACKAGE}FILES+=               d_s_output.in
14 ${PACKAGE}FILES+=               d_s_output.out
15 ${PACKAGE}FILES+=               d_vt_output.in
16 ${PACKAGE}FILES+=               d_vt_output.out
17
18 .include <netbsd-tests.test.mk>
19
20 d_align.out: ${TESTSRC}/d_align.out
21         sed -E -e 's,^[[:space:]]{7}\$$$$,\$$,' < ${.ALLSRC} > ${.TARGET}.tmp
22         mv ${.TARGET}.tmp ${.TARGET}
23
24 CLEANFILES+=                    d_align.out d_align.out.tmp
25
26 .include <bsd.test.mk>