Searched defs:tests (Results 1 - 3 of 3) sorted by relevance

/systemd/src/test/
H A Dtest-execute.c232 * the tests only if that's the case. Clearing all ambient
234 * in the first place for the tests. */
267 test_function_t tests[] = { local
309 * tests that expect those not to be present to fail.
323 for (test = tests; test && *test; test++)
H A Dtest-path.c246 test_function_t tests[] = { local
264 for (test = tests; test && *test; test++) {
H A Dtest-hashmap-plain.c713 } tests[] = { local
719 for (j = 0; j < ELEMENTSOF(tests); j++) {
720 assert_se(h = hashmap_new(tests[j].ops));
722 for (i = 1; i < tests[j].n_entries*3; i+=3) {
727 for (i = 1; i < tests[j].n_entries*3; i++)
733 assert_se(hashmap_size(h) == tests[j].n_entries);

Completed in 12 milliseconds