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, 1 insertions, 4 deletions
diff --git a/test/abts_tests.h b/test/abts_tests.h
index b36142125..b0302067c 100644
--- a/test/abts_tests.h
+++ b/test/abts_tests.h
@@ -23,9 +23,7 @@
const struct testlist {
abts_suite *(*func)(abts_suite *suite);
} alltests[] = {
- {testatomic}
-#if 0
- ,
+ {testatomic},
{testdir},
{testdso},
{testdup},
@@ -96,7 +94,6 @@ const struct testlist {
{testsiphash},
{testjson},
{testjose}
-#endif
};
#endif /* APR_TEST_INCLUDES */