1*2f083884Ss.makeev_local #include "UnitTest++/UnitTestPP.h" 2*2f083884Ss.makeev_local 3*2f083884Ss.makeev_local // We're really testing if it's possible to use the same suite in two files 4*2f083884Ss.makeev_local // to compile and link successfuly (TestTestSuite.cpp has suite with the same name) 5*2f083884Ss.makeev_local // Note: we are outside of the anonymous namespace SUITE(SameTestSuite)6*2f083884Ss.makeev_localSUITE(SameTestSuite) 7*2f083884Ss.makeev_local { 8*2f083884Ss.makeev_local TEST(DummyTest2) 9*2f083884Ss.makeev_local { 10*2f083884Ss.makeev_local } 11*2f083884Ss.makeev_local } 12*2f083884Ss.makeev_local 13