summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-03-06 22:02:54 +0000
committerJan Holesovsky <kendy@collabora.com>2017-03-10 10:47:43 +0100
commitc84f9738fd43fb4ae3e2faa0d9a49c13335e32b0 (patch)
tree1b3533099c60d8984c3901eac5596bd9a45606c3 /test/Makefile.am
parentSwitch Prisoner socket handling to use the SocketPoll. (diff)
downloadonline-c84f9738fd43fb4ae3e2faa0d9a49c13335e32b0.tar.gz
online-c84f9738fd43fb4ae3e2faa0d9a49c13335e32b0.zip
Disable new-style unit tests for now.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 1785d62c32..4bc4e02c46 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -76,7 +76,7 @@ check-local:
# FIXME 2: unit-oob.la fails with symbol undefined:
# UnitWSD::testHandleRequest(UnitWSD::TestRequest, UnitHTTPServerRequest&, UnitHTTPServerResponse&) ,
# disable for now that one too.
-TESTS = unit-tilecache.la unit-storage.la unit-timeout.la unit-prefork.la unit-admin.la unit-minsocketbuffersize.la
+TESTS = # unit-tilecache.la unit-storage.la unit-timeout.la unit-prefork.la unit-admin.la unit-minsocketbuffersize.la
else
TESTS = ${top_builddir}/test/test
endif