]> git.ipfire.org Git - thirdparty/squid.git/commit
QA: allow test-suite to be run without a full build
authorAmos Jeffries <>
Sun, 9 Apr 2017 11:05:48 +0000 (23:05 +1200)
committerAmos Jeffries <>
Sun, 9 Apr 2017 11:05:48 +0000 (23:05 +1200)
commit2cf8ab2c2086917f2de4cd42e9340f433adaa2d5
tree15d1219666465805b9d2baee80b8580f3bac1de6
parent20a04c127de50a70014abd361e08589530a1bec1
QA: allow test-suite to be run without a full build

The squid.conf processing tests have been assuming a full 'make check' was
run and generated a squid binary in the build directory.

This change allows callers to also run these tests on an arbitrary 'squid'
binary by using the command:
  make --eval="BIN_DIR=/path" -C test-suite squid-conf-tests

where /path is the path under which a squid binary already exists.
test-suite/Makefile.am