]> granicus.if.org Git - procps-ng/commit
build-sys: Make check programs before check
authorCraig Small <csmall@enc.com.au>
Sat, 9 Jul 2016 04:11:06 +0000 (14:11 +1000)
committerCraig Small <csmall@enc.com.au>
Sat, 9 Jul 2016 05:00:19 +0000 (15:00 +1000)
commitc1aa5725b2b93e85350397c4240ad56a39426d7b
treee148c57adb86fed2f8c2ed7e0033dbec6f33e937
parent931576505bc56b214908eb8f36a76d3ba5992bc3
build-sys: Make check programs before check

For some unknown reason, check_PROGRAMS are not built before check.
They are built before recheck and after check, which isn't very
useful.

This means any tests by dejagnu that need those programs will fail.
On my console I get a build error, the CI merrily reports the error
but considers the build OK; go figure.

The kludge adds check_PROGRAMS to be a dependency to check.
Note, TESTS don't need to be included in this, because they are
properly compliled after the dejagnu tests but before they are
run.
Makefile.am