9 lines
155 B
C
9 lines
155 B
C
|
|
#ifndef __EXTENSIONS_TEST_H__
|
||
|
|
#define __EXTENSIONS_TEST_H__
|
||
|
|
|
||
|
|
#include "BaseTest.h"
|
||
|
|
|
||
|
|
DEFINE_TEST_LIST(ExtensionsTests);
|
||
|
|
|
||
|
|
#endif /* __EXTENSIONS_TEST_H__ */
|