]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Test for testRock portability
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 20 Oct 2013 19:20:45 +0000 (21:20 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 20 Oct 2013 19:20:45 +0000 (21:20 +0200)
src/Makefile.am
src/tests/stub_libmgr.cc

index 21a80c9fe850869cca5cced81704bfe9e88d983d..b9e41cb3fb6f552f86e1bd763b06afe38a11c5fb 100644 (file)
@@ -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 \
index ab9727de18e06c80c4f9e6a38053da9db43df23f..54053b0d378c5e19958734682cd3f9aafedaee86 100644 (file)
@@ -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 &params) STUB_RETVAL(os)