/[Apache-SVN]/subversion/trunk/build.conf
ViewVC logotype

Diff of /subversion/trunk/build.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- subversion/trunk/build.conf	2020/06/17 04:35:35	1878908
+++ subversion/trunk/build.conf	2020/06/17 04:49:32	1878909
@@ -53,6 +53,7 @@ private-includes =
         subversion/libsvn_subr/utf8proc/utf8proc_internal.h
         subversion/libsvn_subr/utf8proc/utf8proc.c
         subversion/libsvn_subr/utf8proc/utf8proc_data.c
+        subversion/svn/filesize.c
 private-built-includes =
         subversion/svn_private_config.h
         subversion/libsvn_fs_fs/rep-cache-db.h
@@ -1337,6 +1338,18 @@ sources = wc-test.c utils.c
 install = test
 libs = libsvn_client libsvn_test libsvn_wc libsvn_subr apriconv apr
 msvc-force-static = yes
+
+# ----------------------------------------------------------------------------
+# Tests for the client's internal functions
+
+[filesize-test]
+description = Test the storage of tree conflict data
+type = exe
+path = subversion/tests/client
+sources = filesize-test.c
+install = test
+libs = libsvn_client libsvn_test libsvn_wc libsvn_subr apriconv apr
+msvc-force-static = yes
 
 # ----------------------------------------------------------------------------
 # These are not unit tests at all, they are small programs that exercise

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26