]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: don't build tests unless make check is run
authorChristian Franke <chris@opensourcerouting.org>
Fri, 5 Jul 2013 16:30:57 +0000 (18:30 +0200)
committerGreg Troxel <gdt@ir.bbn.com>
Mon, 15 Jul 2013 12:50:38 +0000 (08:50 -0400)
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>
tests/Makefile.am

index b7a7fe748a00aa16173ba08c1c0d3a289bc9a92c..2ed0e1c59b97d03f6f2b20e2a105d9c7dce8c2be 100644 (file)
@@ -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)