poco/Foundation/testsuite/src/SharedLibraryTestSuite.h
FrancisANDRE ce797f7700 Make CppUnit a component of Poco
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 00:17:13 +01:00

30 lines
542 B
C++

//
// SharedLibraryTestSuite.h
//
// $Id: //poco/1.4/Foundation/testsuite/src/SharedLibraryTestSuite.h#1 $
//
// Definition of the SharedLibraryTestSuite class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef SharedLibraryTestSuite_INCLUDED
#define SharedLibraryTestSuite_INCLUDED
#include "Poco/CppUnit/TestSuite.h"
class SharedLibraryTestSuite
{
public:
static CppUnit::Test* suite();
};
#endif // SharedLibraryTestSuite_INCLUDED