Home
last modified time | relevance | path

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

/freebsd-13.1/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); 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-13.1/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-13.1/tools/regression/sockets/sendfile/
H A Dsendfile.c380 int test_count; in run_parent() local
401 test_count = sizeof(tests) / sizeof(tests[0]); in run_parent()
402 printf("1..%d\n", test_count); in run_parent()
404 for (test_num = 1; test_num <= test_count; test_num++) { in run_parent()
/freebsd-13.1/contrib/ntp/libjsmn/
H A Djsmn_test.c456 int test_count() { in test_count() function
602 test(test_count, "test tokens count estimation"); in main()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc2881 static std::string FormatTestCount(int test_count) { in FormatTestCount() argument
2882 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()