nillerusr
2 years ago
2 changed files with 24 additions and 1 deletions
@ -0,0 +1,23 @@
@@ -0,0 +1,23 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#include "tier0/tslist.h" |
||||
#include <list> |
||||
#include <stdlib.h> |
||||
#if defined( _X360 ) |
||||
#include "xbox/xbox_win32stubs.h" |
||||
#endif |
||||
|
||||
#include "unitlib/unitlib.h" |
||||
|
||||
DEFINE_TESTSUITE( TSListTestSuite ) |
||||
|
||||
DEFINE_TESTCASE( TSListTest, TSListTestSuite ) |
||||
{ |
||||
RunTSListTests( 50000 ); |
||||
|
||||
RunTSQueueTests( 50000 ); |
||||
} |
Loading…
Reference in new issue