Searched refs:test_count (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test.c57 int test_count = sizeof(all_tests) / sizeof(struct test); variable
67 printf("1..%d\n", test_count);
69 for (int i = 0; i < test_count; i++)
81 for (int j = 0; j < test_count; j++) {
/freebsd-11-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb430 test_count = 0
484 test_count += 1
485 printf "[Test #%3d: ", test_count
535 if testok_count != test_count
536 printf "%d of %d tests were successful.\n", testok_count, test_count
/freebsd-11-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c380 int test_count; local
401 test_count = sizeof(tests) / sizeof(tests[0]);
402 printf("1..%d\n", test_count);
404 for (test_num = 1; test_num <= test_count; test_num++) {
/freebsd-11-stable/contrib/ntp/libjsmn/
H A Djsmn_test.c456 int test_count() { function
602 test(test_count, "test tokens count estimation");

Completed in 150 milliseconds