fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/27786 )
Change subject: tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' ......................................................................
tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
When using 'check_PROGRAMS', autoconf/automake generates smarter Makefiles, so that the test programs are not being compiled during the normal 'make all', but only during 'make check'.
Change-Id: I502dfba0ff6537368a8ebdce68fbbd6fcb0adad0 --- M tests/Makefile.am 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/86/27786/1
diff --git a/tests/Makefile.am b/tests/Makefile.am index 08cdc17..bfde5f5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,7 @@ ulc/PdchUlcTest \ $(NULL)
-noinst_PROGRAMS = emu/pcu_emu +check_PROGRAMS = emu/pcu_emu
rlcmac_RLCMACTest_SOURCES = rlcmac/RLCMACTest.cpp rlcmac_RLCMACTest_LDADD = \