Deleted Added
full compact
build.conf (362181) build.conf (369302)
1#
2# build.conf -- configuration information for building Subversion
3#
4######################################################################
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 39 unchanged lines hidden (view full) ---

48 subversion/bindings/cxx/tests/*.hpp
49 subversion/bindings/javahl/native/*.hpp
50 subversion/bindings/javahl/native/jniwrapper/jni_*.hpp
51 tools/dev/svnmover/linenoise/linenoise.h
52 tools/dev/svnmover/linenoise/linenoise.c
53 subversion/libsvn_subr/utf8proc/utf8proc_internal.h
54 subversion/libsvn_subr/utf8proc/utf8proc.c
55 subversion/libsvn_subr/utf8proc/utf8proc_data.c
1#
2# build.conf -- configuration information for building Subversion
3#
4######################################################################
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 39 unchanged lines hidden (view full) ---

48 subversion/bindings/cxx/tests/*.hpp
49 subversion/bindings/javahl/native/*.hpp
50 subversion/bindings/javahl/native/jniwrapper/jni_*.hpp
51 tools/dev/svnmover/linenoise/linenoise.h
52 tools/dev/svnmover/linenoise/linenoise.c
53 subversion/libsvn_subr/utf8proc/utf8proc_internal.h
54 subversion/libsvn_subr/utf8proc/utf8proc.c
55 subversion/libsvn_subr/utf8proc/utf8proc_data.c
56 subversion/svn/filesize.c
56private-built-includes =
57 subversion/svn_private_config.h
58 subversion/libsvn_fs_fs/rep-cache-db.h
59 subversion/libsvn_fs_x/rep-cache-db.h
60 subversion/libsvn_wc/wc-metadata.h
61 subversion/libsvn_wc/wc-queries.h
62 subversion/libsvn_wc/wc-checks.h
63 subversion/libsvn_subr/internal_statements.h

--- 1270 unchanged lines hidden (view full) ---

1334type = exe
1335path = subversion/tests/libsvn_wc
1336sources = wc-test.c utils.c
1337install = test
1338libs = libsvn_client libsvn_test libsvn_wc libsvn_subr apriconv apr
1339msvc-force-static = yes
1340
1341# ----------------------------------------------------------------------------
57private-built-includes =
58 subversion/svn_private_config.h
59 subversion/libsvn_fs_fs/rep-cache-db.h
60 subversion/libsvn_fs_x/rep-cache-db.h
61 subversion/libsvn_wc/wc-metadata.h
62 subversion/libsvn_wc/wc-queries.h
63 subversion/libsvn_wc/wc-checks.h
64 subversion/libsvn_subr/internal_statements.h

--- 1270 unchanged lines hidden (view full) ---

1335type = exe
1336path = subversion/tests/libsvn_wc
1337sources = wc-test.c utils.c
1338install = test
1339libs = libsvn_client libsvn_test libsvn_wc libsvn_subr apriconv apr
1340msvc-force-static = yes
1341
1342# ----------------------------------------------------------------------------
1343# Tests for the client's internal functions
1344
1345[filesize-test]
1346description = Test conversion of file sizes to human-readable form
1347type = exe
1348path = subversion/tests/client
1349sources = filesize-test.c
1350install = test
1351libs = libsvn_client libsvn_test libsvn_wc libsvn_subr apriconv apr
1352msvc-force-static = yes
1353
1354# ----------------------------------------------------------------------------
1342# These are not unit tests at all, they are small programs that exercise
1343# parts of the libsvn_delta API from the command line. They are stuck here
1344# because of some historical association with the test-suite, but should
1345# really be put somewhere else.
1346
1347# test our textdelta encoding
1348[svndiff-test]
1349type = exe

--- 210 unchanged lines hidden (view full) ---

1560libs = __ALL__
1561 fs-test fs-base-test fs-fsfs-test fs-fs-pack-test fs-fs-fuzzy-test
1562 fs-fs-private-test fs-x-pack-test string-table-test fs-sequential-test
1563 skel-test strings-reps-test changes-test locks-test
1564 repos-test authz-test dump-load-test
1565 checksum-test compat-test config-test hashdump-test mergeinfo-test
1566 opt-test packed-data-test path-test prefix-string-test
1567 priority-queue-test root-pools-test stream-test
1355# These are not unit tests at all, they are small programs that exercise
1356# parts of the libsvn_delta API from the command line. They are stuck here
1357# because of some historical association with the test-suite, but should
1358# really be put somewhere else.
1359
1360# test our textdelta encoding
1361[svndiff-test]
1362type = exe

--- 210 unchanged lines hidden (view full) ---

1573libs = __ALL__
1574 fs-test fs-base-test fs-fsfs-test fs-fs-pack-test fs-fs-fuzzy-test
1575 fs-fs-private-test fs-x-pack-test string-table-test fs-sequential-test
1576 skel-test strings-reps-test changes-test locks-test
1577 repos-test authz-test dump-load-test
1578 checksum-test compat-test config-test hashdump-test mergeinfo-test
1579 opt-test packed-data-test path-test prefix-string-test
1580 priority-queue-test root-pools-test stream-test
1568 string-test time-test utf-test bit-array-test
1581 string-test time-test utf-test bit-array-test filesize-test
1569 error-test error-code-test cache-test spillbuf-test crypto-test
1570 revision-test
1571 subst_translate-test io-test
1572 translate-test
1573 random-test window-test
1574 diff-diff3-test
1575 ra-test
1576 ra-local-test

--- 178 unchanged lines hidden ---
1582 error-test error-code-test cache-test spillbuf-test crypto-test
1583 revision-test
1584 subst_translate-test io-test
1585 translate-test
1586 random-test window-test
1587 diff-diff3-test
1588 ra-test
1589 ra-local-test

--- 178 unchanged lines hidden ---