#define SQUID_UNIT_TEST 1 #include "squid-old.h" #include "testBoilerplate.h" #if HAVE_STDEXCEPT #include #endif CPPUNIT_TEST_SUITE_REGISTRATION( testBoilerplate ); void testBoilerplate::testDemonstration() { CPPUNIT_ASSERT(0 == 0); }