summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-03-31 16:00:32 +0100
committerMichael Meeks <michael.meeks@collabora.com>2017-03-31 16:00:32 +0100
commit68bbd40bdc6626061b4d7fc7569fc7622f2bbb4d (patch)
tree29090009443f7be7f138bc4e8708b548aa61becc /test/Makefile.am
parentTests: enable tilecache test and bin socket buffer size test. (diff)
downloadonline-68bbd40bdc6626061b4d7fc7569fc7622f2bbb4d.tar.gz
online-68bbd40bdc6626061b4d7fc7569fc7622f2bbb4d.zip
UnitTimeout: repair unit test timeout fidelity.
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 41aa678105..c70bfe84d1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -72,7 +72,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-timeout.la # unit-storage.la unit-admin.la
+TESTS = unit-prefork.la unit-tilecache.la unit-timeout.la # unit-storage.la unit-admin.la
else
TESTS = ${top_builddir}/test/test
endif