From db5d98297c3491b0316c57914d2e01a4c62c0844 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 5 May 2012 21:55:27 +0000 Subject: [PATCH] tests: add tests for --variable --- tests/run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/run.sh b/tests/run.sh index 7d8d837..eda6b47 100644 --- a/tests/run.sh +++ b/tests/run.sh @@ -68,6 +68,10 @@ run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --libs dos-lineendings" \ run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --libs argv-parse" \ '-llib-2 -lpthread' +# 5) tests for other regressions +run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --variable=includedir foo" \ + '/usr/include' + if [ ${failed} -gt 0 ]; then echo "${failed} of ${done} tests failed. See output for details." >&2 exit 1