summaryrefslogtreecommitdiff
path: root/regress/usr.bin/pkg-config/pcdir
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2017-08-26 09:07:53 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2017-08-26 09:07:53 +0000
commit54b713d431880dcfb0a0582b4dfa21c4f2de2ba2 (patch)
treeb80966a62351dab78bd888041e7d4ccadfc2e6c7 /regress/usr.bin/pkg-config/pcdir
parent7c2bae621da0ee90e45e99bee7794c9435846ec7 (diff)
Add regression tests for not removing subpaths of /usr/include and
/usr/lib. ok jasper@
Diffstat (limited to 'regress/usr.bin/pkg-config/pcdir')
-rw-r--r--regress/usr.bin/pkg-config/pcdir/filter2.pc6
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/usr.bin/pkg-config/pcdir/filter2.pc b/regress/usr.bin/pkg-config/pcdir/filter2.pc
new file mode 100644
index 00000000000..e4c90f22d4f
--- /dev/null
+++ b/regress/usr.bin/pkg-config/pcdir/filter2.pc
@@ -0,0 +1,6 @@
+Name: Filter system dirs
+Description: pkg-config(1) regress file
+Version: 0.0
+Cflags: -I/usr/include/filter -DFILTER
+Libs: -L/usr/lib/filter -lfilter
+Libs.private: -L/usr/lib/filter -lprivate-filter