diff options
author | 2018-06-18 14:06:11 +0000 | |
---|---|---|
committer | 2018-06-18 14:06:11 +0000 | |
commit | 8dc50c6d529a43f004a0416cdda428ac83933869 (patch) | |
tree | 1cec7bbae83ab589d999c2400dde2a6ea06b399b | |
parent | and add the DESC as well (diff) | |
download | wireguard-openbsd-8dc50c6d529a43f004a0416cdda428ac83933869.tar.xz wireguard-openbsd-8dc50c6d529a43f004a0416cdda428ac83933869.zip |
link the non-regression test
-rw-r--r-- | regress/usr.sbin/pkg_add/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/pkg_add/Makefile b/regress/usr.sbin/pkg_add/Makefile index a913e4a9952..202c5df1b37 100644 --- a/regress/usr.sbin/pkg_add/Makefile +++ b/regress/usr.sbin/pkg_add/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2018/06/18 13:58:55 espie Exp $ +# $OpenBSD: Makefile,v 1.56 2018/06/18 14:06:11 espie Exp $ REGRESS_TARGETS=pkgnames pkgpaths signatures depends-check longnames pkgcfl \ collision-check1-disabled collision-check2-disabled collision-check3 \ @@ -9,7 +9,7 @@ REGRESS_TARGETS=pkgnames pkgpaths signatures depends-check longnames pkgcfl \ lib-report1 lib-report2 lib-report3 loop1 \ lib-report4 lib-report5 lib-report6 lib-report7 \ qttest gstest exotest-disabled inter1 manual1 oldlib1 \ - usertest-1 usertest-2 usertest-3 + usertest-1 usertest-2 usertest-3 cups-bug collision-check{1,2}-disabled: @! ${MAKE} -C ${.CURDIR} ${@:S/-disabled$//} |