1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-03 12:58:03 +01:00
poco/Foundation/testsuite/src/ThreadingTestSuite.h
2017-09-09 11:14:06 +02:00

28 lines
437 B
C++

//
// ThreadingTestSuite.h
//
// Definition of the ThreadingTestSuite class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef ThreadingTestSuite_INCLUDED
#define ThreadingTestSuite_INCLUDED
#include "CppUnit/TestSuite.h"
class ThreadingTestSuite
{
public:
static CppUnit::Test* suite();
};
#endif // ThreadingTestSuite_INCLUDED