1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-12 15:57:12 +01:00
SqMod/vendor/POCO/Foundation/testsuite/src/ProcessesTestSuite.h

28 lines
437 B
C
Raw Normal View History

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