]> git.puffer.fish Git - mirror/frr.git/commit
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)
commitd77102025a30eef274e8d343bfec75f87899a417
tree183d4001ebbee78399876e85ba2e6bc0d8ce6be3
parent1bf0ca9a07358ff13b1390f4462669e9ea4915dc
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>
tests/Makefile.am