Searched refs:MAX_TEST_NAME_SIZE (Results 1 – 2 of 2) sorted by relevance
30 #define MAX_TEST_NAME_SIZE 48 macro210 char name[MAX_TEST_NAME_SIZE];
295 memcpy(test->name, test_to_run->name, MAX_TEST_NAME_SIZE); in test_init()