Home
last modified time | relevance | path

Searched refs:test_cases (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/i18n/
H A Dbindtextdomain_test.c57 } test_cases[] = { in main() local
119 for (size_t i = 0; i < ARRAY_SIZE(test_cases); ++i) { in main()
120 tc = &test_cases[i]; in main()
/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c389 static spoof_test_f *test_cases[] = { variable
396 static int test_cases_count = sizeof (test_cases) / sizeof (spoof_test_f *);
560 spoof_run_test(test_cases[cas], s, nce, &multicast); in spoof_run_tests()