From 7c108549b11d7e5ea5e9d279eeeb65f3ae9ae96b Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 15 May 2011 20:43:17 +1200 Subject: [PATCH] Provide comm/stub_libcomm to testStore --- src/tests/testStore.cc | 3 +++ 1 file changed, 3 insertions(+) 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() { -- 2.47.2