Lines Matching defs:test_progs
19 test_progs() {
21 foldable start test_progs "Testing test_progs"
25 ./test_progs ${DENYLIST:+-d"$DENYLIST"} ${ALLOWLIST:+-a"$ALLOWLIST"} && true
26 echo "test_progs:$?" >> "${STATUS_FILE}"
27 foldable end test_progs
32 foldable start test_progs-no_alu32 "Testing test_progs-no_alu32"
33 ./test_progs-no_alu32 ${DENYLIST:+-d"$DENYLIST"} ${ALLOWLIST:+-a"$ALLOWLIST"} && true
34 echo "test_progs-no_alu32:$?" >> "${STATUS_FILE}"
35 foldable end test_progs-no_alu32
86 test_progs