mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-24 00:49:46 +02:00
12 lines
183 B
C
12 lines
183 B
C
//
|
|
// TestRunner.h
|
|
//
|
|
|
|
|
|
#ifndef Poco_CppUnit_TestRunner_INCLUDED
|
|
#define Poco_CppUnit_TestRunner_INCLUDED
|
|
|
|
#include "CppUnit/TestRunner.h"
|
|
|
|
#endif // Poco_CppUnit_TestRunner_INCLUDED
|