You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/02/15 01:43:01 UTC

svn commit: r1446415 - /subversion/trunk/build.conf

Author: rhuijben
Date: Fri Feb 15 00:43:01 2013
New Revision: 1446415

URL: http://svn.apache.org/r1446415
Log:
* build.conf
  Move several projects that aren't actually used by the testsuite
  from the __ALL_TESTS__ project to a new __MORE__ container project.

Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1446415&r1=1446414&r2=1446415&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Fri Feb 15 00:43:01 2013
@@ -1224,12 +1224,17 @@ libs = __ALL__
        ra-local-test
        svndiff-test vdelta-test
        entries-dump atomic-ra-revprop-change wc-lock-tester wc-incomplete-tester
-       diff diff3 diff4 fsfs-reorg fsfs-stats fsfs-access-map svn-bench
        client-test
        conflict-data-test db-test pristine-store-test entries-compat-test
        op-depth-test dirent_uri-test wc-queries-test wc-test
        auth-test
        parse-diff-test
+
+[__MORE__]
+type = project
+path = build/win32
+libs = __ALL_TESTS__
+       diff diff3 diff4 fsfs-reorg fsfs-stats fsfs-access-map svn-bench
        svn-rep-sharing-stats svn-populate-node-origins-index
 
 [__LIBS__]