From: Christian Franke Date: Fri, 5 Jul 2013 16:30:57 +0000 (+0200) Subject: tests: don't build tests unless make check is run X-Git-Tag: frr-2.0-rc1~1663 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d77102025a30eef274e8d343bfec75f87899a417;p=matthieu%2Ffrr.git tests: don't build tests unless make check is run Use check_PROGRAMS instead of noinst_PROGRAMS in tests/Makefile.am to build the tests only when make check is actually run. Signed-off-by: Christian Franke --- diff --git a/tests/Makefile.am b/tests/Makefile.am index b7a7fe748a..2ed0e1c59b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,7 +24,7 @@ else TESTS_BGPD = endif -noinst_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \ +check_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \ testprivs teststream testchecksum tabletest \ $(TESTS_BGPD)