Files
poco/Util/testsuite/src/WindowsTestSuite.h
Günter Obiltschnig 06373b5d0c remove '$Id$' headers
2017-09-09 10:50:32 +02:00

28 lines
430 B
C++

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