Lines Matching full:run_tests

65 	printf 'usage: %s [run_tests] [generate_tests] [run_problematic_tests] \n' "$script"
238 # run_tests is false, then it just does the builds.
244 # @param run_tests Whether to run tests or not.
312 # requested. If run_tests is false, it just does the builds.
316 # @param run_tests Whether to run tests or not.
373 # run_tests is false, it just does the builds.
377 # @param run_tests Whether to run tests or not.
407 # run_tests is false, it just does the builds.
411 # @param run_tests Whether to run tests or not.
437 # Builds and runs the tests for bcl. If run_tests is false, it just does the
442 # @param run_tests Whether to run tests or not.
473 # runtestseries(). If run_tests is false, it just does the builds.
477 # @param run_tests Whether to run tests or not.
538 # Builds the debug series and runs the tests if run_tests allows. If sanitizers
541 # @param run_tests Whether to run tests or not.
564 # Builds the release series and runs the test if run_tests allows.
566 # @param run_tests Whether to run tests or not.
580 # Builds the release debug series and runs the test if run_tests allows. If
583 # @param run_tests Whether to run tests or not.
609 # Builds the min size release series and runs the test if run_tests allows.
611 # @param run_tests Whether to run tests or not.
626 # tests if run_tests allows.
628 # @param run_tests Whether to run tests or not.
686 run_tests="$1"
688 check_bool_arg "$run_tests"
690 run_tests=1
691 check_bool_arg "$run_tests"
889 build_set "clang" "$run_tests"
894 build_set "gcc" "$run_tests"
897 if [ "$run_tests" -ne 0 ]; then