// // 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 "CppUnit/TestSuite.h" class WindowsTestSuite { public: static CppUnit::Test* suite(); }; #endif // WindowsTestSuite_INCLUDED