summaryrefslogtreecommitdiff
path: root/check/check-conflicts
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-05 16:34:48 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-05 16:34:48 -0800
commit9c4f79674d4d1face69542083273bd1e395bf062 (patch)
treecc53e903198c886f1cc40aef93b71a2695b690b6 /check/check-conflicts
downloadpkg-config-9c4f79674d4d1face69542083273bd1e395bf062.tar.gz
pkg-config-9c4f79674d4d1face69542083273bd1e395bf062.tar.bz2
pkg-config-9c4f79674d4d1face69542083273bd1e395bf062.zip
Imported Upstream version 0.27.1upstream/0.27.1
Diffstat (limited to 'check/check-conflicts')
-rwxr-xr-xcheck/check-conflicts11
1 files changed, 11 insertions, 0 deletions
diff --git a/check/check-conflicts b/check/check-conflicts
new file mode 100755
index 0000000..7f160db
--- /dev/null
+++ b/check/check-conflicts
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+set -e
+
+. ${srcdir}/common
+
+ARGS="--libs conflicts-test"
+RESULT="-L/public-dep/lib -lpublic-dep"
+
+run_test
+