Lines Matching +full:pll +full:- +full:source
3 # SPDX-License-Identifier: BSD-2-Clause
5 # Copyright (c) 2018-2024 Gavin D. Howard and contributors.
7 # Redistribution and use in source and binary forms, with or without
10 # * Redistributions of source code must retain the above copyright notice, this
39 if [ $# -eq 1 ]; then
42 print 'usage: %s [-n] dir [run_extra_tests] [run_stack_tests] [gen_tests] [run_problematic_tests] [time_tests] [exec args...]\n' \
48 pll=1
53 n) pll=0 ; set -e ;;
58 shift $(($OPTIND - 1))
60 # Command-line processing.
61 if [ "$#" -ge 1 ]; then
69 if [ "$#" -lt 1 ]; then
78 if [ "$#" -lt 1 ]; then
87 if [ "$#" -lt 1 ]; then
96 if [ "$#" -lt 1 ]; then
105 if [ "$#" -lt 1 ]; then
114 if [ "$#" -lt 1 ]; then
150 if [ "$extra" -eq 0 ]; then
151 if [ -z "${extra_required##*$t*}" ]; then
157 if [ "$pll" -ne 0 ]; then
167 if [ "$pll" -ne 0 ]; then
175 if [ "$pll" -ne 0 ]; then
180 sh "$testdir/scripts.sh" -n "$d" "$extra" "$run_stack_tests" "$generate_tests" \
185 if [ "$pll" -ne 0 ]; then
193 if [ "$pll" -ne 0 ]; then
202 # it runs the file through stdin and as a file on the command-line.
207 if [ "$pll" -ne 0 ]; then
217 if [ "$pll" -ne 0 ]; then
224 if [ "$pll" -ne 0 ]; then
233 if [ "$err" -ne 0 ]; then
239 if [ "$exit_err" -ne 0 ]; then