535 |
/* Registration information */ |
/* Registration information */ |
536 |
|
|
537 |
static CU_TestInfo ascPrint_test_list[] = { |
static CU_TestInfo ascPrint_test_list[] = { |
538 |
{"test_ascPrint", test_ascPrint}, |
{"ascPrint", test_ascPrint}, |
539 |
CU_TEST_INFO_NULL |
CU_TEST_INFO_NULL |
540 |
}; |
}; |
541 |
|
|
542 |
static CU_SuiteInfo suites[] = { |
static CU_SuiteInfo suites[] = { |
543 |
{"test_utilities_ascPrint", NULL, NULL, ascPrint_test_list}, |
{"utilities_ascPrint", NULL, NULL, ascPrint_test_list}, |
544 |
CU_SUITE_INFO_NULL |
CU_SUITE_INFO_NULL |
545 |
}; |
}; |
546 |
|
|