Home
last modified time | relevance | path

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

/freebsd-9-stable/tools/regression/security/cap_test/
Dcap_test.c57 int test_count = sizeof(all_tests) / sizeof(struct test); variable
67 printf("1..%d\n", test_count); in main()
69 for (int i = 0; i < test_count; i++) in main()
81 for (int j = 0; j < test_count; j++) { in main()
/freebsd-9-stable/tools/regression/usr.bin/env/
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-9-stable/contrib/ntp/libjsmn/
Djsmn_test.c456 int test_count() { in test_count() function
602 test(test_count, "test tokens count estimation"); in main()
/freebsd-9-stable/tools/regression/file/flock/
Dflock.c1540 int test_count = sizeof(tests) / sizeof(tests[0]); variable
1586 for (i = 0; i < test_count; i++) { in main()