diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2016-05-04 23:20:53 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2016-05-04 23:20:53 +0000 |
| commit | 430f7286a566b1407c7b32ce13585caf5aa59b92 (patch) | |
| tree | a3a2f2051c05cb9a95c4a94f6c5bbcd7a12cdfea /tests/sys/acl | |
| parent | e45163b2162def698a0320716097091257c39dea (diff) | |
Notes
Diffstat (limited to 'tests/sys/acl')
| -rw-r--r-- | tests/sys/acl/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/tests/sys/acl/Makefile b/tests/sys/acl/Makefile index 7db6682de41c..92789a206aad 100644 --- a/tests/sys/acl/Makefile +++ b/tests/sys/acl/Makefile @@ -1,17 +1,16 @@ # $FreeBSD$ PACKAGE= tests -FILESGROUPS= TESTS -TESTSPACKAGE= ${PACKAGE} + TESTSDIR= ${TESTSBASE}/sys/acl BINDIR= ${TESTSDIR} -FILES+= tools-crossfs.test -FILES+= tools-nfs4.test -FILES+= tools-nfs4-psarc.test -FILES+= tools-nfs4-trivial.test -FILES+= tools-posix.test +${PACKAGE}FILES+= tools-crossfs.test +${PACKAGE}FILES+= tools-nfs4.test +${PACKAGE}FILES+= tools-nfs4-psarc.test +${PACKAGE}FILES+= tools-nfs4-trivial.test +${PACKAGE}FILES+= tools-posix.test SCRIPTS+= run |
