summaryrefslogtreecommitdiffstats
path: root/test cases/unit/27 pkgconfig usage/dependee/pkguser.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/27 pkgconfig usage/dependee/pkguser.c')
-rw-r--r--test cases/unit/27 pkgconfig usage/dependee/pkguser.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/27 pkgconfig usage/dependee/pkguser.c b/test cases/unit/27 pkgconfig usage/dependee/pkguser.c
new file mode 100644
index 0000000..2bff316
--- /dev/null
+++ b/test cases/unit/27 pkgconfig usage/dependee/pkguser.c
@@ -0,0 +1,6 @@
+#include<pkgdep.h>
+
+int main(int argc, char **argv) {
+ int res = pkgdep();
+ return res != 99;
+}