Home
last modified time | relevance | path

Searched refs:RUN_ALL_TESTS (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_repeat_test.cc135 GTEST_CHECK_INT_EQ_(1, RUN_ALL_TESTS()); in TestRepeatUnspecified()
145 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS()); in TestRepeat()
157 GTEST_CHECK_INT_EQ_(0, RUN_ALL_TESTS()); in TestRepeatWithEmptyFilter()
169 GTEST_CHECK_INT_EQ_(0, RUN_ALL_TESTS()); in TestRepeatWithFilterForSuccessfulTests()
186 GTEST_CHECK_INT_EQ_(1, RUN_ALL_TESTS()); in TestRepeatWithFilterForFailedTests()
H A Dgtest_stress_test.cc230 const int result = RUN_ALL_TESTS(); // Expected to fail. in main()
243 return RUN_ALL_TESTS(); in main()
H A Dgoogletest-uninitialized-test_.cc39 int main() { return RUN_ALL_TESTS(); } in main()
H A Dgtest_no_test_unittest.cc53 return RUN_ALL_TESTS() ? 0 : 1; in main()
H A Dgoogletest-param-test-invalid-name1-test_.cc45 return RUN_ALL_TESTS(); in main()
H A Dgtest_skip_in_environment_setup_test.cc49 return RUN_ALL_TESTS(); in main()
H A Dgoogletest-global-environment-unittest_.cc57 return RUN_ALL_TESTS(); in main()
H A Dgoogletest-param-test-invalid-name2-test_.cc51 return RUN_ALL_TESTS(); in main()
H A Dgoogletest-break-on-failure-unittest_.cc82 return RUN_ALL_TESTS(); in main()
H A Dgoogletest-death-test_ex_test.cc90 return RUN_ALL_TESTS(); in main()
H A Dgtest_premature_exit_test.cc113 const int exit_code = RUN_ALL_TESTS(); in main()
H A Dgtest_assert_by_exception_test.cc102 int result = RUN_ALL_TESTS(); in main()
H A Dgtest_list_output_unittest_.cc76 return RUN_ALL_TESTS(); in main()
H A Dgoogletest-filter-unittest_.cc105 return RUN_ALL_TESTS(); in main()
H A Dgoogletest-shuffle-test_.cc98 return RUN_ALL_TESTS(); in main()
H A Dgoogletest-list-tests-unittest_.cc142 return RUN_ALL_TESTS(); in main()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest_main.cc44 void loop() { RUN_ALL_TESTS(); } in loop()
56 return RUN_ALL_TESTS(); in main()
64 return RUN_ALL_TESTS(); in main()
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock_main.cc46 void loop() { RUN_ALL_TESTS(); } in loop()
71 return RUN_ALL_TESTS();
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/
H A Ddriver.cpp13 return RUN_ALL_TESTS(); in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A Ddriver.cpp13 return RUN_ALL_TESTS(); in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dorc_unit_test_main.cpp17 return RUN_ALL_TESTS(); in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/
H A Dnsan_unit_test_main.cpp17 return RUN_ALL_TESTS(); in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_main.cpp16 return RUN_ALL_TESTS(); in main()
/freebsd/contrib/googletest/docs/
H A Dprimer.md343 After defining your tests, you can run them with `RUN_ALL_TESTS()`, which
345 `RUN_ALL_TESTS()` runs *all tests* in your link unit--they can be from different
348 When invoked, the `RUN_ALL_TESTS()` macro:
369 > IMPORTANT: You must **not** ignore the return value of `RUN_ALL_TESTS()`, or
373 > return the value of `RUN_ALL_TESTS()`.
375 > Also, you should call `RUN_ALL_TESTS()` only **once**. Calling it more than
390 `RUN_ALL_TESTS()`.
453 return RUN_ALL_TESTS();
461 `RUN_ALL_TESTS()`, or the flags won't be properly initialized.
/freebsd/contrib/googletest/googletest/samples/
H A Dsample10_unittest.cc137 return RUN_ALL_TESTS(); in main()

12