no message
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@35 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
8c599321c7
commit
69936e7e81
27 changed files with 2073 additions and 495 deletions
31
tools/RegressionTest/AllTest/AllTest.cpp
Normal file
31
tools/RegressionTest/AllTest/AllTest.cpp
Normal file
|
@ -0,0 +1,31 @@
|
|||
|
||||
extern void Test_TypeList();
|
||||
extern void Test_SmallObj();
|
||||
extern void Test_Functor();
|
||||
extern void Test_Singleton();
|
||||
extern void Test_SmartPtr();
|
||||
extern void Test_ObjectFactory();
|
||||
extern void Test_AbstractFactory();
|
||||
extern void Test_Vistor();
|
||||
extern void Test_MultiMethods();
|
||||
extern void Test_Threads();
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
Test_TypeList();
|
||||
Test_SmartPtr();
|
||||
Test_Singleton();
|
||||
Test_Threads();
|
||||
/*Test_SmallObj();
|
||||
Test_Functor();
|
||||
*/
|
||||
|
||||
/*Test_ObjectFactory();
|
||||
Test_AbstractFactory();
|
||||
Test_Vistor();
|
||||
Test_MultiMethods();
|
||||
*/
|
||||
system("pause");
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue