summaryrefslogtreecommitdiff
path: root/subversion/tests/libsvn_delta/window-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/tests/libsvn_delta/window-test.c')
-rw-r--r--subversion/tests/libsvn_delta/window-test.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/subversion/tests/libsvn_delta/window-test.c b/subversion/tests/libsvn_delta/window-test.c
index 384f0df..28f4609 100644
--- a/subversion/tests/libsvn_delta/window-test.c
+++ b/subversion/tests/libsvn_delta/window-test.c
@@ -100,10 +100,14 @@ stream_window_test(apr_pool_t *pool)
/* The test table. */
-struct svn_test_descriptor_t test_funcs[] =
+static int max_threads = 1;
+
+static struct svn_test_descriptor_t test_funcs[] =
{
SVN_TEST_NULL,
SVN_TEST_PASS2(stream_window_test,
"txdelta stream and windows test"),
SVN_TEST_NULL
};
+
+SVN_TEST_MAIN