Searched refs:tests (Results 1 - 4 of 4) 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);
/systemd/test/
H A Dudev-test.pl7 # Simply extend the @tests array, to add a new test variant.
34 my @tests = (
1406 # setting group and mode of udev_dev ensures the tests work
1519 if (defined($tests[$arg-1]->{desc})) {
1521 run_test($tests[$arg-1], $arg);
1528 print "\nudev-test will run ".($#tests + 1)." tests:\n\n";
1530 foreach my $rules (@tests) {

Completed in 17 milliseconds