1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-03-04 11:17:28 +01:00
SqMod/vendor/POCO/Zip/testsuite/src/ZipTestSuite.h

28 lines
396 B
C
Raw Normal View History

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