diff options
Diffstat (limited to 'cppe/test/IceE/thread/TestSuite.h')
-rw-r--r-- | cppe/test/IceE/thread/TestSuite.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cppe/test/IceE/thread/TestSuite.h b/cppe/test/IceE/thread/TestSuite.h deleted file mode 100644 index f656677cdaf..00000000000 --- a/cppe/test/IceE/thread/TestSuite.h +++ /dev/null @@ -1,21 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. -// -// This copy of Ice-E is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. -// -// ********************************************************************** - -#ifndef TEST_SUITE_H -#define TEST_SUITE_H - -#include <TestBase.h> -#include <list> - -extern std::list<TestBasePtr> allTests; - -void initializeTestSuite(); - -#endif - |