Lines Matching full:run_tests
61 printf 'usage: %s [run_tests] [generate_tests] [run_problematic_tests] \n' "$script"
234 # run_tests is false, then it just does the builds.
240 # @param run_tests Whether to run tests or not.
308 # requested. If run_tests is false, it just does the builds.
312 # @param run_tests Whether to run tests or not.
369 # run_tests is false, it just does the builds.
373 # @param run_tests Whether to run tests or not.
403 # run_tests is false, it just does the builds.
407 # @param run_tests Whether to run tests or not.
433 # Builds and runs the tests for bcl. If run_tests is false, it just does the
438 # @param run_tests Whether to run tests or not.
469 # runtestseries(). If run_tests is false, it just does the builds.
473 # @param run_tests Whether to run tests or not.
534 # Builds the debug series and runs the tests if run_tests allows. If sanitizers
537 # @param run_tests Whether to run tests or not.
560 # Builds the release series and runs the test if run_tests allows.
562 # @param run_tests Whether to run tests or not.
576 # Builds the release debug series and runs the test if run_tests allows. If
579 # @param run_tests Whether to run tests or not.
605 # Builds the min size release series and runs the test if run_tests allows.
607 # @param run_tests Whether to run tests or not.
622 # tests if run_tests allows.
624 # @param run_tests Whether to run tests or not.
681 run_tests="$1"
683 check_bool_arg "$run_tests"
685 run_tests=1
686 check_bool_arg "$run_tests"
884 build_set "clang" "$run_tests"
889 build_set "gcc" "$run_tests"
892 if [ "$run_tests" -ne 0 ]; then