]> git.puffer.fish Git - mirror/frr.git/commit
build: remove now-useless --{en, dis}able-tests
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 1 Aug 2013 08:12:25 +0000 (08:12 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 1 Apr 2014 15:23:21 +0000 (17:23 +0200)
commit98a59492d9152df8c93612d2d12f170b5c034189
treee1c2944f409d2fff83f0498ce5e0504f8d03bf13
parent8c99b4c11e69e4cf0ac03c551764cccc0a3fe35a
build: remove now-useless --{en, dis}able-tests

commit d771020 "don't build tests unless make check is run" has made the
 --{en,dis}able-tests switch completely useless.  The differentiation is
now made by running "make check" or not doing so.  The only effect of
the switch is an "empty" excursion of make into the tests/ directory.

(well, and it turns "make check" useless from the main directory if
 --disable-tests is given, which I don't think makes sense either)

Acked-by: Greg Troxel <gdt@ir.bbn.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Makefile.am
configure.ac
doc/install.texi