1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-09 01:07:16 +01:00
SqMod/vendor/POCO/Util/testsuite/src/UtilTestSuite.h

28 lines
407 B
C
Raw Normal View History

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