Home
last modified time | relevance | path

Searched refs:run_extra_tests (Results 1 – 2 of 2) sorted by relevance

/external/bc/tests/
Dscripts.sh72 run_extra_tests="$1"
74 check_bool_arg "$run_extra_tests"
76 run_extra_tests=1
77 check_bool_arg "$run_extra_tests"
126 sh "$testdir/script.sh" "$d" "$f" "$run_extra_tests" "$run_stack_tests" \
130 sh "$testdir/script.sh" "$d" "$f" "$run_extra_tests" "$run_stack_tests" \
Dscript.sh67 run_extra_tests="$1"
69 check_bool_arg "$run_extra_tests"
71 run_extra_tests=1
72 check_bool_arg "$run_extra_tests"
134 if [ "$run_extra_tests" -eq 0 ]; then