Fix basic tests
This commit is contained in:
parent
bd792f7785
commit
3d8bd24c7b
2 changed files with 8 additions and 1 deletions
7
Makefile
7
Makefile
|
|
@ -22,4 +22,11 @@ clean :
|
|||
rm -r src/Grammar
|
||||
rm language
|
||||
|
||||
test :
|
||||
./language ./sample-programs/basic-1
|
||||
./language ./sample-programs/basic-2
|
||||
./language ./sample-programs/basic-3
|
||||
./language ./sample-programs/basic-4
|
||||
./language ./sample-programs/basic-5
|
||||
|
||||
# EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue