diff options
Diffstat (limited to 'test/postinstall/cpp_app/test_libpath.sh')
| -rwxr-xr-x | test/postinstall/cpp_app/test_libpath.sh | 6 |
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 |
