android
2024-07-10 48e16a68c66a0d6c4325597224cc95883fe05ad9
1
2
3
4
5
6
7
8
9
10
#include "jtest.h"
#include "support_tests.h"
 
JTEST_DEFINE_GROUP(support_tests)
{
    JTEST_GROUP_CALL(copy_tests);
    JTEST_GROUP_CALL(fill_tests);
    JTEST_GROUP_CALL(x_to_y_tests);
    return;
}