From ce1fd58aa6d8eac48cf4027707273387ed389d74 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 16 Mar 2013 02:10:39 +0100 Subject: [PATCH] Add a test case for pkgconf --exists --print-errors "mjpegtools > 1.6.0 mjpegtools < 1.8.0" --- tests/run.sh.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/run.sh.in b/tests/run.sh.in index a0e0a99..26ad21b 100644 --- a/tests/run.sh.in +++ b/tests/run.sh.in @@ -222,6 +222,9 @@ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-1" \ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-2" \ "-F/usr/lib -framework framework-2 -framework framework-1" +run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --exists --print-errors 'foo > 0.6.0 foo < 0.8.0'" \ + '1' + # 10) tests for internal getopt implementation with options at the end if [ "x@STRICT_MODE@" = "xno" ]; then run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} foo --libs" \