summaryrefslogtreecommitdiff
path: root/test/abts_tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/abts_tests.h')
-rw-r--r--test/abts_tests.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/abts_tests.h b/test/abts_tests.h
index b0302067c..b36142125 100644
--- a/test/abts_tests.h
+++ b/test/abts_tests.h
@@ -23,7 +23,9 @@
const struct testlist {
abts_suite *(*func)(abts_suite *suite);
} alltests[] = {
- {testatomic},
+ {testatomic}
+#if 0
+ ,
{testdir},
{testdso},
{testdup},
@@ -94,6 +96,7 @@ const struct testlist {
{testsiphash},
{testjson},
{testjose}
+#endif
};
#endif /* APR_TEST_INCLUDES */