]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Provide comm/stub_libcomm to testStore
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 May 2011 08:43:17 +0000 (20:43 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 May 2011 08:43:17 +0000 (20:43 +1200)
src/tests/testStore.cc

index 6e76cf159c29a36df0c5a39d1e31ae76c4fd5fbc..91ab936381a46b376a730a43d359bc2f0e5541e4 100644 (file)
@@ -6,6 +6,9 @@
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testStore );
 
+// Stubs so this test will link cleanly
+#include "comm/stub_libcomm.cc"
+
 int
 TestStore::callback()
 {