15 lines
169 B
C
15 lines
169 B
C
|
|
#ifndef __BUGS_TEST_H__
|
||
|
|
#define __BUGS_TEST_H__
|
||
|
|
|
||
|
|
#include "../BaseTest.h"
|
||
|
|
|
||
|
|
class BugsTestBase : public TestCase
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
DEFINE_TEST_SUITE(BugsTests);
|
||
|
|
|
||
|
|
#endif
|