summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-03-16 19:12:49 +0000
committerMichael Meeks <michael.meeks@collabora.com>2017-03-16 19:13:14 +0000
commitbb3fa00631d80a8b4d67f01c16bed9f8ed5708a5 (patch)
treec0154cf8f59d520a4e3fa4a63134d247601d9949 /test/Makefile.am
parentUnit tests: use WSD's main socket-poll for test timeouts. (diff)
downloadonline-bb3fa00631d80a8b4d67f01c16bed9f8ed5708a5.tar.gz
online-bb3fa00631d80a8b4d67f01c16bed9f8ed5708a5.zip
UnitPrefork - restore most of the functionality.
No need for the memory reporting bits now that Admin gets this right.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index cdedda424a..bb9377e3c1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -74,8 +74,7 @@ check-local:
./run_unit.sh --log-file test.log --trs-file test.trs
# 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-prefork.la # unit-tilecache.la unit-storage.la unit-timeout.la unit-admin.la unit-minsocketbuffersize.la
else
TESTS = ${top_builddir}/test/test
endif