mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00: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
|