diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-07-03 21:48:05 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-07-03 21:48:05 +0000 |
commit | 775e5d34a94233f8c99b301e7249a9f29aae82c4 (patch) | |
tree | 85a098ec4448cb79fb5290ed57272ec9b1cb2204 | |
parent | b2d4c1ba83125269a35611b86afb0d0e8d0464aa (diff) |
hookup previously added static-order test
-rw-r--r-- | regress/usr.bin/pkg-config/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/pkg-config/Makefile b/regress/usr.bin/pkg-config/Makefile index c0d06d14414..e997e088b92 100644 --- a/regress/usr.bin/pkg-config/Makefile +++ b/regress/usr.bin/pkg-config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2012/07/03 21:28:26 matthieu Exp $ +# $OpenBSD: Makefile,v 1.29 2012/07/03 21:48:04 jasper Exp $ REGRESS_TARGETS=cmp-vers1-1 \ cmp-vers1-2 \ @@ -41,6 +41,7 @@ REGRESS_TARGETS=cmp-vers1-1 \ static-libs2 \ static-libs3 \ static-libs4 \ + static-order \ variable-get-1 \ variable-set \ missing-req-1 \ |