Subversion Repositories ScreenTimer

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
#ifndef _STATISTICS_TEST_GROUP_H_
2
#define _STATISTICS_TEST_GROUP_H_
3
 
4
/*--------------------------------------------------------------------------------*/
5
/* Declare Test Groups */
6
/*--------------------------------------------------------------------------------*/
7
JTEST_DECLARE_GROUP(statistics_tests);
8
 
9
#endif /* _STATISTICS_TEST_GROUP_H_ */