1288929Sngie# $FreeBSD: releng/11.0/usr.bin/xo/tests/Makefile 299094 2016-05-04 23:20:53Z ngie $
2288929Sngie
3299094SngiePACKAGE=	tests
4299094Sngie
5288929Sngie.include <bsd.own.mk>
6288929Sngie
7288929SngieLIBXOSRC=	${SRCTOP}/contrib/libxo
8288929Sngie
9288929Sngie.PATH: ${LIBXOSRC}/tests/xo ${LIBXOSRC}/tests/xo/saved
10288929Sngie
11288929Sngie.c.out .o.out:
12288929Sngie
13288929SngieBINDIR=		${TESTSDIR}
14288929Sngie
15288929SngieATF_TESTS_SH+=	functional_test
16288929Sngie
17299094Sngie${PACKAGE}FILES+=		xo_01.H.err
18299094Sngie${PACKAGE}FILES+=		xo_01.H.out
19299094Sngie${PACKAGE}FILES+=		xo_01.HIPx.err
20299094Sngie${PACKAGE}FILES+=		xo_01.HIPx.out
21299094Sngie${PACKAGE}FILES+=		xo_01.HP.err
22299094Sngie${PACKAGE}FILES+=		xo_01.HP.out
23299094Sngie${PACKAGE}FILES+=		xo_01.J.err
24299094Sngie${PACKAGE}FILES+=		xo_01.J.out
25299094Sngie${PACKAGE}FILES+=		xo_01.JP.err
26299094Sngie${PACKAGE}FILES+=		xo_01.JP.out
27299094Sngie${PACKAGE}FILES+=		xo_01.T.err
28299094Sngie${PACKAGE}FILES+=		xo_01.T.out
29299094Sngie${PACKAGE}FILES+=		xo_01.X.err
30299094Sngie${PACKAGE}FILES+=		xo_01.X.out
31299094Sngie${PACKAGE}FILES+=		xo_01.XP.err
32299094Sngie${PACKAGE}FILES+=		xo_01.XP.out
33288929Sngie
34288929SngieSCRIPTS+=	xo_01
35291942SbdreweryCLEANFILES+=	xo_01
36288929Sngie
37288929SngieLIBADD+=	xo
38288929Sngie
39288929Sngie.include <bsd.test.mk>
40288929Sngie
41288929Sngie.SUFFIXES: .sh
42