]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/xo/tests/Makefile
Update apr-util to 1.6.1. See contrib/apr-util/CHANGES for a summary of
[FreeBSD/FreeBSD.git] / usr.bin / xo / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 .include <bsd.own.mk>
6
7 LIBXOSRC=       ${SRCTOP}/contrib/libxo
8
9 .PATH: ${LIBXOSRC}/tests/xo ${LIBXOSRC}/tests/xo/saved
10
11 .c.out .o.out:
12
13 BINDIR=         ${TESTSDIR}
14
15 ATF_TESTS_SH+=  functional_test
16
17 ${PACKAGE}FILES+=               xo_01.H.err
18 ${PACKAGE}FILES+=               xo_01.H.out
19 ${PACKAGE}FILES+=               xo_01.HIPx.err
20 ${PACKAGE}FILES+=               xo_01.HIPx.out
21 ${PACKAGE}FILES+=               xo_01.HP.err
22 ${PACKAGE}FILES+=               xo_01.HP.out
23 ${PACKAGE}FILES+=               xo_01.J.err
24 ${PACKAGE}FILES+=               xo_01.J.out
25 ${PACKAGE}FILES+=               xo_01.JP.err
26 ${PACKAGE}FILES+=               xo_01.JP.out
27 ${PACKAGE}FILES+=               xo_01.T.err
28 ${PACKAGE}FILES+=               xo_01.T.out
29 ${PACKAGE}FILES+=               xo_01.X.err
30 ${PACKAGE}FILES+=               xo_01.X.out
31 ${PACKAGE}FILES+=               xo_01.XP.err
32 ${PACKAGE}FILES+=               xo_01.XP.out
33
34 SCRIPTS+=       xo_01
35 CLEANFILES+=    xo_01
36
37 LIBADD+=        xo
38
39 .include <bsd.test.mk>
40
41 .SUFFIXES: .sh