Lines Matching full:tests_passed
295 unsigned int tests_passed = 0; in test_suite() local
296 CounterEventHandler SuccE(tests_passed, number_of_tests); in test_suite()
312 std::cout << "PASSED " << tests_passed << " of " << number_of_tests << " tests.\n" << std::endl; in test_suite()
6074 unsigned int tests_passed = 0; in test_compile_and_link() local
6075 CounterEventHandler SuccE(tests_passed, linkageTests.size()); in test_compile_and_link()
6096 std::cout << "PASSED " << tests_passed << " of " << SuccE.TN << " tests.\n" << std::endl; in test_compile_and_link()
6099 return tests_passed == SuccE.TN; in test_compile_and_link()
6351 unsigned int tests_passed = 0; in test_enum_values() local
6352 CounterEventHandler SuccE(tests_passed, 0); in test_enum_values()
6404 std::cout << "PASSED " << tests_passed << " of " << SuccE.TN << " tests.\n" << std::endl; in test_enum_values()
6440 unsigned int tests_passed = 0;
6441 CounterEventHandler SuccE(tests_passed, 1);
6501 std::cout << "PASSED " << tests_passed << " of " << 1 << " tests.\n" << std::endl;
6523 unsigned int tests_passed = 0; in test_binary_type() local
6524 CounterEventHandler SuccE(tests_passed, 1); in test_binary_type()
6569 std::cout << "PASSED " << tests_passed << " of " << 1 << " tests.\n" << std::endl; in test_binary_type()