[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Don't build tests as part of plain "make"

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-03-31 12:19:20 CEST

Building tests as part of "make" wastes time if you do not intend to run the
tests. They will be built on "make check" if not already built anyway.

Max.

[[[
Do not build tests as part of plain "make".

* configure.in: Remove "test" and "fs-test" from BUILD_RULES.
]]]

Index: configure.in
===================================================================
--- configure.in (revision 9243)
+++ configure.in (working copy)
@@ -297,9 +297,9 @@
 # Only add *_APACHE_RULE if we also have db, since mod_dav_svn depends on
it.
 INSTALL_STATIC_RULES="install-bin install-docs"
 INSTALL_RULES="install-base-lib install-lib install-include install-static"
-BUILD_RULES="base-lib lib bin test"
+BUILD_RULES="base-lib lib bin"
 if test "$svn_lib_berkeley_db" = "yes"; then
- BUILD_RULES="base-lib fs-lib lib bin fs-bin $BUILD_APACHE_RULE test
fs-test"
+ BUILD_RULES="base-lib fs-lib lib bin fs-bin $BUILD_APACHE_RULE"
   INSTALL_STATIC_RULES="install-bin install-fs-bin install-docs"
   INSTALL_RULES="install-base-lib install-fs-lib install-lib
install-include install-static $INSTALL_APACHE_RULE"
   FS_TEST_DEPS="\$(FS_TEST_DEPS)"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 31 12:20:00 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.