diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-02-02 22:26:49 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-02 22:26:49 +0000 |
commit | 43faedc1339a9624c7acedb7f3e5624e64da5b99 (patch) | |
tree | cff36c983e3dfa55f502a30dd0ca087d7292a5c3 /usr.bin/xo/tests | |
parent | 1d0bd2f9713e05d43a1674e99bb01269f3ad71be (diff) | |
download | src-test2-43faedc1339a9624c7acedb7f3e5624e64da5b99.tar.gz src-test2-43faedc1339a9624c7acedb7f3e5624e64da5b99.zip |
Notes
Diffstat (limited to 'usr.bin/xo/tests')
-rw-r--r-- | usr.bin/xo/tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/xo/tests/Makefile b/usr.bin/xo/tests/Makefile index f22c0054c464..c8d86d081839 100644 --- a/usr.bin/xo/tests/Makefile +++ b/usr.bin/xo/tests/Makefile @@ -2,6 +2,10 @@ .include <bsd.own.mk> +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + LIBXOSRC= ${SRCTOP}/contrib/libxo .PATH: ${LIBXOSRC}/tests/xo ${LIBXOSRC}/tests/xo/saved |