mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
12 lines
178 B
C
12 lines
178 B
C
//
|
|
// TestSuite.h
|
|
//
|
|
|
|
|
|
#ifndef Poco_CppUnit_TestSuite_INCLUDED
|
|
#define Poco_CppUnit_TestSuite_INCLUDED
|
|
|
|
#include "CppUnit/TestSuite.h"
|
|
|
|
#endif // Poco_CppUnit_TestSuite_INCLUDED
|