add new TypeTraits test from Kalle Rutanen

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@238 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-09-15 17:51:48 +00:00
parent a290ef01b1
commit dc60af98c4
2 changed files with 550 additions and 0 deletions

View file

@ -43,6 +43,7 @@ Test::tests_type Test::tests;
#include "TypelistTest.h"
#include "TypeManipTest.h"
#include "TypeTraitsTest.h"
#include "TypeTraitsTest2.h"
#include "SmallObjectTest.h"
#include "SingletonTest.h"
#include "SmartPtrTest.h"
@ -109,6 +110,9 @@ return result;
// $Log$
// Revision 1.17 2005/09/15 17:51:48 syntheticpp
// add new TypeTraits test from Kalle Rutanen
//
// Revision 1.16 2005/08/10 18:13:13 syntheticpp
// change default to single threading
//