From: Francesco Chemolli Date: Mon, 28 Oct 2013 13:32:38 +0000 (+0100) Subject: More unit tests rely on libauth stub X-Git-Tag: SQUID_3_5_0_1~570^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31079afd0c2c8dd315dc8255e7d8a112002fc147;p=thirdparty%2Fsquid.git More unit tests rely on libauth stub --- diff --git a/src/Makefile.am b/src/Makefile.am index 41297398e9..e5b4108c3f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2577,7 +2577,6 @@ tests_testHttpParser_DEPENDENCIES = \ ## Tests of the HttpRequest module. tests_testHttpRequest_SOURCES = \ AccessLogEntry.cc \ - $(ACL_REGISTRATION_SOURCES) \ HttpParser.cc \ HttpParser.h \ RequestFlags.h \ @@ -2593,6 +2592,7 @@ tests_testHttpRequest_SOURCES = \ tests/testHttpRequestMethod.cc \ tests/testMain.cc \ tests/stub_DiskIOModule.cc \ + tests/stub_libauth.cc \ tests/stub_main_cc.cc \ tests/stub_ipc_Forwarder.cc \ tests/stub_libeui.cc \ @@ -2783,7 +2783,6 @@ tests_testHttpRequest_LDADD = \ ident/libident.la \ acl/libacls.la \ acl/libstate.la \ - $(AUTH_LIBS) \ acl/libapi.la \ libsquid.la \ ip/libip.la \