]> git.ipfire.org Git - thirdparty/lldpd.git/commit
tests: only test if we have `check` installed
authorVincent Bernat <bernat@luffy.cx>
Sun, 13 Oct 2013 10:19:01 +0000 (12:19 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 13 Oct 2013 10:19:01 +0000 (12:19 +0200)
commitc2e68bff3ddaed09399fc2f9ad269bc20de32aaa
tree49c3559e27842e2dfa97dbd4712b99ebaa2bb527
parent246701fe22bd2f2def6816e730b8b46f427c8404
tests: only test if we have `check` installed

There should have been a good reason to put `TESTS` outside the
conditional but I don't remember it. It works by putting `TESTS`
inside the conditional and avoid an odd error message when trying to
execute tests without check installed.
tests/Makefile.am