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

/gem5/ext/googletest/googletest/test/
H A Dgtest_environment_test.cc127 int RunAllTests(MyEnvironment* env, FailureType failure) { function in namespace:__anon57
148 Check(RunAllTests(env, NO_FAILURE) != 0,
159 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0,
170 Check(RunAllTests(env, FATAL_FAILURE) != 0,
182 Check(RunAllTests(env, NO_FAILURE) == 0,
H A Dgtest_output_test_.cc344 int RunAllTests() { function
1061 return RunAllTests();
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h699 bool RunAllTests();
784 // this function is also called from RunAllTests. Since this function can be
918 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
H A Dgtest.cc4259 &internal::UnitTestImpl::RunAllTests,
4434 // this function is also called from RunAllTests. Since this function can be
4549 // All other functions called from RunAllTests() may safely assume that
4551 bool UnitTestImpl::RunAllTests() { function in class:testing::internal::UnitTestImpl

Completed in 33 milliseconds