From: Francesco Chemolli Date: Sun, 20 Oct 2013 19:20:45 +0000 (+0200) Subject: Test for testRock portability X-Git-Tag: SQUID_3_5_0_1~570^2~21^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b304c604ff0b21eba85700d03464da64e9c74f66;p=thirdparty%2Fsquid.git Test for testRock portability --- diff --git a/src/Makefile.am b/src/Makefile.am index 21a80c9fe8..b9e41cb3fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3346,6 +3346,7 @@ tests_testRock_SOURCES = \ tests/stub_libeui.cc \ tests/stub_libformat.cc \ tests/stub_libicmp.cc \ + tests/stub_libmgr.cc \ tests/stub_MemStore.cc \ mime.h \ tests/stub_mime.cc \ @@ -3387,7 +3388,6 @@ tests_testRock_LDADD = \ acl/libapi.la \ acl/libstate.la \ ipc/libipc.la \ - mgr/libmgr.la \ base/libbase.la \ $(SSL_LIBS) \ $(top_builddir)/lib/libmisccontainers.la \ diff --git a/src/tests/stub_libmgr.cc b/src/tests/stub_libmgr.cc index ab9727de18..54053b0d37 100644 --- a/src/tests/stub_libmgr.cc +++ b/src/tests/stub_libmgr.cc @@ -27,8 +27,8 @@ StoreEntry * Mgr::Action::createStoreEntry() const STUB_RETVAL(NULL) static Mgr::Action::Pointer dummyAction; #include "mgr/ActionParams.h" -Mgr::ActionParams::ActionParams() STUB -Mgr::ActionParams::ActionParams(const Ipc::TypedMsgHdr &msg) STUB +Mgr::ActionParams::ActionParams() STUB_NOP +Mgr::ActionParams::ActionParams(const Ipc::TypedMsgHdr &msg) STUB_NOP void Mgr::ActionParams::pack(Ipc::TypedMsgHdr &msg) const STUB std::ostream &operator <<(std::ostream &os, const Mgr::ActionParams ¶ms) STUB_RETVAL(os)