summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-03-30 21:55:33 +0100
committerMichael Meeks <michael.meeks@collabora.com>2017-03-30 21:59:05 +0100
commitf20e931b29ebea0778e72892c9357ef9ae809557 (patch)
tree4d977448640f6d99c856d1018e8b988a785d6d1b /test/Makefile.am
parentImprove debugging information. (diff)
downloadonline-f20e931b29ebea0778e72892c9357ef9ae809557.tar.gz
online-f20e931b29ebea0778e72892c9357ef9ae809557.zip
Re-enable UnitPrefork.
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 c55c306fbc..9008efa162 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -74,7 +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&) ,
-TESTS = # unit-prefork.la # unit-tilecache.la unit-storage.la unit-timeout.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