aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall/cpp_app/test_libpath.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/postinstall/cpp_app/test_libpath.sh')
-rwxr-xr-xtest/postinstall/cpp_app/test_libpath.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/postinstall/cpp_app/test_libpath.sh b/test/postinstall/cpp_app/test_libpath.sh
new file mode 100755
index 00000000..08222e66
--- /dev/null
+++ b/test/postinstall/cpp_app/test_libpath.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+. ../common.sh
+
+EXPECTED_LIBPATH="$(pkg-config proj --variable=libdir)"
+
+test_libpath cpp_app "${EXPECTED_LIBPATH}" libproj