mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-08 05:47:14 +01:00
12 lines
193 B
C
12 lines
193 B
C
|
//
|
||
|
// RepeatedTest.h
|
||
|
//
|
||
|
|
||
|
|
||
|
#ifndef Poco_CppUnit_RepeatedTest_INCLUDED
|
||
|
#define Poco_CppUnit_RepeatedTest_INCLUDED
|
||
|
|
||
|
#include "CppUnit/RepeatedTest.h"
|
||
|
|
||
|
#endif // Poco_CppUnit_RepeatedTest_INCLUDED
|