diff options
Diffstat (limited to 'usr.bin/xo/tests/Makefile')
-rw-r--r-- | usr.bin/xo/tests/Makefile | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/usr.bin/xo/tests/Makefile b/usr.bin/xo/tests/Makefile index c8d86d0..182e834 100644 --- a/usr.bin/xo/tests/Makefile +++ b/usr.bin/xo/tests/Makefile @@ -1,10 +1,8 @@ # $FreeBSD$ -.include <bsd.own.mk> - PACKAGE= tests -FILESGROUPS= TESTS -TESTSPACKAGE= ${PACKAGE} + +.include <bsd.own.mk> LIBXOSRC= ${SRCTOP}/contrib/libxo @@ -12,28 +10,26 @@ LIBXOSRC= ${SRCTOP}/contrib/libxo .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 +${PACKAGE}FILES+= xo_01.H.err +${PACKAGE}FILES+= xo_01.H.out +${PACKAGE}FILES+= xo_01.HIPx.err +${PACKAGE}FILES+= xo_01.HIPx.out +${PACKAGE}FILES+= xo_01.HP.err +${PACKAGE}FILES+= xo_01.HP.out +${PACKAGE}FILES+= xo_01.J.err +${PACKAGE}FILES+= xo_01.J.out +${PACKAGE}FILES+= xo_01.JP.err +${PACKAGE}FILES+= xo_01.JP.out +${PACKAGE}FILES+= xo_01.T.err +${PACKAGE}FILES+= xo_01.T.out +${PACKAGE}FILES+= xo_01.X.err +${PACKAGE}FILES+= xo_01.X.out +${PACKAGE}FILES+= xo_01.XP.err +${PACKAGE}FILES+= xo_01.XP.out SCRIPTS+= xo_01 CLEANFILES+= xo_01 |