liuzhigang
9 天以前 3865a9ec37dd7d2991672ed479646755fb2625fc
1
2
3
4
5
6
7
8
9
#ifndef _STATISTICS_TEST_GROUP_H_
#define _STATISTICS_TEST_GROUP_H_
 
/*--------------------------------------------------------------------------------*/
/* Declare Test Groups */
/*--------------------------------------------------------------------------------*/
JTEST_DECLARE_GROUP(statistics_tests);
 
#endif /* _STATISTICS_TEST_GROUP_H_ */