sana-zero / tests /bash /entry.sh
gen6scp's picture
Patched codes for ZeroGPU
d643072
raw
history blame contribute delete
155 Bytes
#/bin/bash
set -e
for t in tests/bash/test_*.sh; do
echo "========================== Testing $t =================================="
bash $t;
done