]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/testBoilerplate.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / tests / testBoilerplate.cc
1 #define SQUID_UNIT_TEST 1
2
3 #include "squid-old.h"
4 #include "testBoilerplate.h"
5
6 #if HAVE_STDEXCEPT
7 #include <stdexcept>
8 #endif
9
10 CPPUNIT_TEST_SUITE_REGISTRATION( testBoilerplate );
11
12
13 void
14 testBoilerplate::testDemonstration()
15 {
16 CPPUNIT_ASSERT(0 == 0);
17 }