]> granicus.if.org Git - procps-ng/commit
build-sys: Revert noinst and check programs
authorCraig Small <csmall@enc.com.au>
Sat, 9 Jul 2016 04:35:06 +0000 (14:35 +1000)
committerCraig Small <csmall@enc.com.au>
Sat, 9 Jul 2016 05:02:45 +0000 (15:02 +1000)
commit0705dc8bd984920de0addb6641de1ec9fbb7def9
tree78f7c2cf0964edaa93eca2201cc4a80b16eb5b28
parentc1aa5725b2b93e85350397c4240ad56a39426d7b
build-sys: Revert noinst and check programs

Previously there was a commit to change all noinst_PROGRAMS into
check_PROGRAMS. This was not a good idea.

check_PROGRAMS are built before TESTS are run. However they are
NOT build before the dejagnu tests are run, causing those tests
to fail.

So:
If the program is required for dejagnu, it needs to go into
noinst_PROGRAMS
If the program is required for TESTS or is one of those TESTS,
it needs to go into check_PROGRAMS
Makefile.am