]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
tests: check-config and check-integration require installed version
authorPetr Špaček <petr.spacek@nic.cz>
Mon, 13 Nov 2017 12:55:29 +0000 (13:55 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Mon, 13 Nov 2017 13:04:30 +0000 (14:04 +0100)
commitffeb47df7abc6a51463f8f674d6a434da0a6713a
tree7e9de95dd71b2f3de2a3d3bbbfc6b262ff8d9ea4
parentbb1d8d2c3065357d09691a1142d59bf49146d1f2
tests: check-config and check-integration require installed version

Path to module directory gets hardcoded into binaries so check-config
and check-integration cannot work prior installation.

To indicate this depedency, the target check-config was moved from
"check" target to "installcheck".

Deckard requires additional libraries so it is not included in
installcheck.

fixes: #272
tests/config/test_config.mk
tests/tests.mk