예제 #1
0
void AddTest(Suite& ts)
{
    ts.add(std::auto_ptr<Suite>(new CTestDataBox));
    ts.add(std::auto_ptr<Suite>(new CTestThreadSync));
    ts.add(std::auto_ptr<Suite>(new CTestSerialize));
    ts.add(std::auto_ptr<Suite>(new CTestPeutils));
}
예제 #2
0
void AddTest(Suite& ts)
{
//     ts.add(std::auto_ptr<Suite>(new CTestDataBox));
//     ts.add(std::auto_ptr<Suite>(new CTestThreadSync));
//     ts.add(std::auto_ptr<Suite>(new CTestSerialize));
//     ts.add(std::auto_ptr<Suite>(new CTestPeutils));
//     ts.add(std::auto_ptr<Suite>(new CTestThreadPool));
//     ts.add(std::auto_ptr<Suite>(new CTestDesignPattern));
//     ts.add(std::auto_ptr<Suite>(new CTestEvent));
//     ts.add(std::auto_ptr<Suite>(new CTestTimer));
//     ts.add(std::auto_ptr<Suite>(new CTestLuaBind));
    ts.add(std::auto_ptr<Suite>(new CTestWinUtils));
}