Searched refs:num_tests (Results 1 – 2 of 2) sorted by relevance
187 unsigned num_tests = 0; in main() local191 num_tests += 1; in main()207 printf("tests completed: %d\n", num_tests); in main()208 printf("tests passed: %d\n", num_tests - num_failures); in main()
1892 const int num_tests = 17; in TEST() local1896 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST()1914 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST()1918 EXPECT_GE(num_tests_on_shard, num_tests / num_shards); in TEST()