From: Amos Jeffries Date: Sun, 15 May 2011 08:43:17 +0000 (+1200) Subject: Provide comm/stub_libcomm to testStore X-Git-Tag: take08~55^2~124^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c108549b11d7e5ea5e9d279eeeb65f3ae9ae96b;p=thirdparty%2Fsquid.git Provide comm/stub_libcomm to testStore --- diff --git a/src/tests/testStore.cc b/src/tests/testStore.cc index 6e76cf159c..91ab936381 100644 --- a/src/tests/testStore.cc +++ b/src/tests/testStore.cc @@ -6,6 +6,9 @@ CPPUNIT_TEST_SUITE_REGISTRATION( testStore ); +// Stubs so this test will link cleanly +#include "comm/stub_libcomm.cc" + int TestStore::callback() {