Subversion Repositories dashGPS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
#include "jtest.h"
2
#include "support_tests.h"
3
 
4
JTEST_DEFINE_GROUP(support_tests)
5
{
6
    JTEST_GROUP_CALL(copy_tests);
7
    JTEST_GROUP_CALL(fill_tests);
8
    JTEST_GROUP_CALL(x_to_y_tests);
9
    return;
10
}