Clean repo of old test scripts

This commit is contained in:
retropikzel 2024-09-03 15:28:21 +03:00
parent 84f8ef4fad
commit 217651379e
3 changed files with 0 additions and 24 deletions

View File

@ -1,7 +0,0 @@
set -eu
set -o pipefail
make clean
make build
make tmp

View File

@ -1,9 +0,0 @@
for file in ./test/*.scm
do
echo "==========================================================="
echo "Testing ${file}, with ${SCHEME}"
echo "==========================================================="
${SCHEME} ${file}
${file//.scm/}
done

View File

@ -1,8 +0,0 @@
for file in ./test/*.scm
do
echo "==========================================================="
echo "Testing ${file}, with ${SCHEME}"
echo "==========================================================="
${SCHEME} ${file}
done