From: Amos Jeffries Date: Tue, 30 Mar 2010 04:39:00 +0000 (+1200) Subject: Mark more cppunit tests X-Git-Tag: SQUID_3_2_0_1~323 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5d9f92ecfdfb431b80bb909533f35fcbe77e216;p=thirdparty%2Fsquid.git Mark more cppunit tests --- diff --git a/compat/testPreCompiler.cc b/compat/testPreCompiler.cc index 3e22847bc7..f00d38bb7b 100644 --- a/compat/testPreCompiler.cc +++ b/compat/testPreCompiler.cc @@ -1,3 +1,4 @@ +#define SQUID_UNIT_TEST 1 #include "config.h" #if HAVE_ASSERT_H diff --git a/src/tests/testMain.cc b/src/tests/testMain.cc index 0c2c3d8a10..01042cbf23 100644 --- a/src/tests/testMain.cc +++ b/src/tests/testMain.cc @@ -1,3 +1,4 @@ +#define SQUID_UNIT_TEST 1 #include "config.h" #include