Lines Matching refs:prereq
59 for prereq in $prereq_cache; do
61 if echo "$prereq" | grep -Eq '\.(run-test|sh)'; then
66 tests="$tests${test_prefix}_$prereq"
70 if echo "$prereq" | grep -Eq '\.(run-test|sh|test)'; then
75 targets="$targets${test_prefix}_$prereq"
79 case "$prereq" in
86 make_copy_prereq_cache="$make_copy_prereq_cache$prereq"
92 make_rule_prereq_cache="$make_rule_prereq_cache$prereq"
204 for prereq in ${make_rule_prereq_cache}; do
206 test_name="$prereq"
212 bin_file="${test_prefix}_$prereq"
245 for prereq in ${make_copy_prereq_cache}; do
246 src="$prereq"
247 dst="${test_prefix}_$prereq"