mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-01 02:57:51 +00:00
12 lines
178 B
C
12 lines
178 B
C
//
|
|
// TestSetup.h
|
|
//
|
|
|
|
|
|
#ifndef Poco_CppUnit_TestSetup_INCLUDED
|
|
#define Poco_CppUnit_TestSetup_INCLUDED
|
|
|
|
#include "CppUnit/TestSetup.h"
|
|
|
|
#endif // Poco_CppUnit_TestSetup_INCLUDED
|