Clean repo of old test scripts
This commit is contained in:
parent
84f8ef4fad
commit
217651379e
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
make clean
|
||||
make build
|
||||
make tmp
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
for file in ./test/*.scm
|
||||
do
|
||||
echo "==========================================================="
|
||||
echo "Testing ${file}, with ${SCHEME}"
|
||||
echo "==========================================================="
|
||||
${SCHEME} ${file}
|
||||
${file//.scm/}
|
||||
done
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
|
||||
for file in ./test/*.scm
|
||||
do
|
||||
echo "==========================================================="
|
||||
echo "Testing ${file}, with ${SCHEME}"
|
||||
echo "==========================================================="
|
||||
${SCHEME} ${file}
|
||||
done
|
||||
Loading…
Reference in New Issue