]> granicus.if.org Git - procps-ng/commit
build-sys: Re vert 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 04:35:06 +0000 (14:35 +1000)
commitab0b00a2396348471dae850d306a756951820adc
treeb24c6ea051622393929cea5ea3494fd80fd6dde7
parentcf1326052b3ba0b33991e72614e67879843f08e8
build-sys: Re vert 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