diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2013-08-01 10:12:25 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2014-04-01 17:23:21 +0200 |
commit | 98a59492d9152df8c93612d2d12f170b5c034189 (patch) | |
tree | e1c2944f409d2fff83f0498ce5e0504f8d03bf13 /doc | |
parent | build: improve backtrace support/detection (diff) | |
download | frr-98a59492d9152df8c93612d2d12f170b5c034189.tar.xz frr-98a59492d9152df8c93612d2d12f170b5c034189.zip |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/install.texi b/doc/install.texi index 1e8d965bc..e958d845f 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -90,12 +90,6 @@ Enable support for Equal Cost Multipath. @var{ARG} is the maximum number of ECMP paths to allow, set to 0 to allow unlimited number of paths. @item --disable-rtadv Disable support IPV6 router advertisement in zebra. -@item --disable-tests -Do not build tests. Test programs are built by default, but not ran or -installed. They can be excluded from build with this option, which will -minimally decrease compile time and overhead. They can always be built and -executed at a later time by running @command{make check} in the @file{tests/} -subdirectory, even if they're excluded from build. @item --enable-gcc-rdynamic Pass the @command{-rdynamic} option to the linker driver. This is in most cases neccessary for getting usable backtraces. This option defaults to on |