no message
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@51 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
a12930a53d
commit
b79d2d799a
1 changed files with 18 additions and 18 deletions
|
@ -18,13 +18,13 @@
|
||||||
#include "TypelistTest.h"
|
#include "TypelistTest.h"
|
||||||
#include "TypeManipTest.h"
|
#include "TypeManipTest.h"
|
||||||
#include "TypeTraitsTest.h"
|
#include "TypeTraitsTest.h"
|
||||||
//#include "SmallObjectTest.h"
|
#include "SmallObjectTest.h"
|
||||||
//#include "SingletonTest.h"
|
#include "SingletonTest.h"
|
||||||
//#include "SmartPtrTest.h"
|
#include "SmartPtrTest.h"
|
||||||
//#include "FactoryTest.h"
|
#include "FactoryTest.h"
|
||||||
#include "AbstractFactoryTest.h"
|
#include "AbstractFactoryTest.h"
|
||||||
//#include "AssocVectorTest.h"
|
#include "AssocVectorTest.h"
|
||||||
//#include "FunctorTest.h"
|
#include "FunctorTest.h"
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// LokiTest
|
// LokiTest
|
||||||
|
@ -49,13 +49,13 @@ private:
|
||||||
tests.add(typelistTest);
|
tests.add(typelistTest);
|
||||||
tests.add(typeManipTest);
|
tests.add(typeManipTest);
|
||||||
tests.add(typeTraitsTest);
|
tests.add(typeTraitsTest);
|
||||||
// tests.add(smallObjectTest);
|
tests.add(smallObjectTest);
|
||||||
// tests.add(singletonTest);
|
tests.add(singletonTest);
|
||||||
// tests.add(smartPtrTest);
|
tests.add(smartPtrTest);
|
||||||
// tests.add(factoryTest);
|
tests.add(factoryTest);
|
||||||
tests.add(abstractFactoryTest);
|
tests.add(abstractFactoryTest);
|
||||||
// tests.add(assocVectorTest);
|
tests.add(assocVectorTest);
|
||||||
// tests.add(functorTest);
|
tests.add(functorTest);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -65,13 +65,13 @@ private:
|
||||||
TypelistTest typelistTest;
|
TypelistTest typelistTest;
|
||||||
TypeManipTest typeManipTest;
|
TypeManipTest typeManipTest;
|
||||||
TypeTraitsTest typeTraitsTest;
|
TypeTraitsTest typeTraitsTest;
|
||||||
// SmallObjectTest smallObjectTest;
|
SmallObjectTest smallObjectTest;
|
||||||
// SingletonTest singletonTest;
|
SingletonTest singletonTest;
|
||||||
// SmartPtrTest smartPtrTest;
|
SmartPtrTest smartPtrTest;
|
||||||
// FactoryTest factoryTest;
|
FactoryTest factoryTest;
|
||||||
AbstractFactoryTest abstractFactoryTest;
|
AbstractFactoryTest abstractFactoryTest;
|
||||||
// AssocVectorTest assocVectorTest;
|
AssocVectorTest assocVectorTest;
|
||||||
// FunctorTest functorTest;
|
FunctorTest functorTest;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue