mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-17 23:05:01 +00:00
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 <chris@opensourcerouting.org>
This commit is contained in:
parent
1bf0ca9a07
commit
d77102025a
@ -24,7 +24,7 @@ else
|
|||||||
TESTS_BGPD =
|
TESTS_BGPD =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \
|
check_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \
|
||||||
testprivs teststream testchecksum tabletest \
|
testprivs teststream testchecksum tabletest \
|
||||||
$(TESTS_BGPD)
|
$(TESTS_BGPD)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user