From: Aki Tuomi Date: Mon, 9 Dec 2013 20:00:21 +0000 (+0200) Subject: Fix typo in TEST_ENVIRONMENT to allow zeromq test suite to run X-Git-Tag: rec-3.6.0-rc1~304^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cda91f3217e2906608dbbeff4b7bbea8b1675b03;p=pdns Fix typo in TEST_ENVIRONMENT to allow zeromq test suite to run --- diff --git a/modules/remotebackend/Makefile.am b/modules/remotebackend/Makefile.am index f7bf4b3d2..08dff867d 100644 --- a/modules/remotebackend/Makefile.am +++ b/modules/remotebackend/Makefile.am @@ -18,7 +18,7 @@ libremotebackend_la_SOURCES=remotebackend.hh remotebackend.cc unixconnector.cc h libremotebackend_la_LDFLAGS=-module -avoid-version libremotebackend_la_LIBADD=$(LIBCURL_LIBS) $(LIBZMQ_LIBS) -TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message REMOTEBACKEND_HTTP=$(REMOTEBACKEND_HTTP) REMOTEBACKEND_ZEROMQ==$(REMOTEBACKEND_ZEROMQ) ./testrunner.sh +TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message REMOTEBACKEND_HTTP=$(REMOTEBACKEND_HTTP) REMOTEBACKEND_ZEROMQ=$(REMOTEBACKEND_ZEROMQ) ./testrunner.sh TESTS=test_remotebackend_pipe test_remotebackend_unix test_remotebackend_http test_remotebackend_post test_remotebackend_json test_remotebackend_zeromq BUILT_SOURCES=../../pdns/dnslabeltext.cc