aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xo/tests/Makefile
blob: c8d86d0818398e863a7032db38a7fd2320bc1f86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# $FreeBSD$

.include <bsd.own.mk>

PACKAGE=	tests
FILESGROUPS=	TESTS
TESTSPACKAGE=	${PACKAGE}

LIBXOSRC=	${SRCTOP}/contrib/libxo

.PATH: ${LIBXOSRC}/tests/xo ${LIBXOSRC}/tests/xo/saved

.c.out .o.out:

TESTSDIR=	${TESTSBASE}/usr.bin/xo

BINDIR=		${TESTSDIR}

ATF_TESTS_SH+=	functional_test

FILES+=		xo_01.H.err
FILES+=		xo_01.H.out
FILES+=		xo_01.HIPx.err
FILES+=		xo_01.HIPx.out
FILES+=		xo_01.HP.err
FILES+=		xo_01.HP.out
FILES+=		xo_01.J.err
FILES+=		xo_01.J.out
FILES+=		xo_01.JP.err
FILES+=		xo_01.JP.out
FILES+=		xo_01.T.err
FILES+=		xo_01.T.out
FILES+=		xo_01.X.err
FILES+=		xo_01.X.out
FILES+=		xo_01.XP.err
FILES+=		xo_01.XP.out

SCRIPTS+=	xo_01
CLEANFILES+=	xo_01

LIBADD+=	xo

.include <bsd.test.mk>

.SUFFIXES: .sh