split tests

This commit is contained in:
Rutger van Beusekom 2016-10-14 22:58:11 +02:00
parent cd6133a468
commit 3431779da2
6 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
for f in test/*; do echo $f; ./anguish -p $f; ./anguish $f; done
for f in test/*; do echo $f; ./anguish $f; done

1
test/ifthenelse Normal file
View File

@ -0,0 +1 @@
if test -e TOD; then echo exists; else echo "nope it don't"; fi

1
test/list Normal file
View File

@ -0,0 +1 @@
echo *e*a*;echo *r?p*;echo *;echo [a-l]*[m-z]*; echo;