aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/pkgconfig/testdata/requires-test.pc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/pkgconfig/testdata/requires-test.pc')
-rw-r--r--tests/auto/pkgconfig/testdata/requires-test.pc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/pkgconfig/testdata/requires-test.pc b/tests/auto/pkgconfig/testdata/requires-test.pc
new file mode 100644
index 000000000..e483db2db
--- /dev/null
+++ b/tests/auto/pkgconfig/testdata/requires-test.pc
@@ -0,0 +1,8 @@
+Name: Requires test package
+Description: Dummy pkgconfig test package for testing Requires/Requires.private
+Version: 1.0.0
+Requires: public-dep >= 1
+Requires.private: private-dep >= 1
+Libs: -L/requires-test/lib -lrequires-test
+Cflags: -I/requires-test/include
+