diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-07-04 09:48:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2019-07-04 09:48:25 +0000 |
commit | a377d32895f6b47514ec0b2b546103444a46f2c7 (patch) | |
tree | 329a847eb64bee51a75b1262344788fa2f763d86 | |
parent | 5f6da45e88c02ea302ceebbf4085a7c470f3f216 (diff) |
add a beautify test... which obviously found bugs, ahah
-rw-r--r-- | regress/usr.sbin/pkg_add/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/regress/usr.sbin/pkg_add/Makefile b/regress/usr.sbin/pkg_add/Makefile index ea1bebe7ae4..c5553e959c0 100644 --- a/regress/usr.sbin/pkg_add/Makefile +++ b/regress/usr.sbin/pkg_add/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.64 2019/06/19 12:52:06 espie Exp $ +# $OpenBSD: Makefile,v 1.65 2019/07/04 09:48:24 espie Exp $ REGRESS_TARGETS=pkgnames pkgpaths signatures depends-check longnames pkgcfl \ collision-check1 collision-check2 collision-check3 \ @@ -10,7 +10,7 @@ REGRESS_TARGETS=pkgnames pkgpaths signatures depends-check longnames pkgcfl \ lib-report4 lib-report5 lib-report6 lib-report7 \ qttest gstest exotest inter1 manual1 oldlib1 \ usertest-1 usertest-2 usertest-3 cups-bug nettle-bug \ - tying-1 tying-2 tag-delete + tying-1 tying-2 tag-delete setsprint # lots of tests that really require a vstat overhaul REGRESS_EXPECTED_FAILURES = collision-check1 collision-check2 \ @@ -41,6 +41,9 @@ pkgnames: pkgcfl: perl ${.CURDIR}/check-cfl +setsprint: + perl ${.CURDIR}/check-beautify + pkgpaths: perl ${.CURDIR}/check-path |