mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 22:42:24 +00:00
Still fiddling to make test.sh work everywhere. Set first line to #!/bin/sh.
This commit is contained in:
parent
f2e12bf481
commit
d8882462b1
7 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!
|
#!/bin/sh
|
||||||
. ../testenv.sh
|
. ../testenv.sh
|
||||||
voc aa.mod -m
|
voc aa.mod -m
|
||||||
./aa >result
|
./aa >result
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!
|
#!/bin/sh
|
||||||
. ../testenv.sh
|
. ../testenv.sh
|
||||||
# Generate mixed source and assembly code listing
|
# Generate mixed source and assembly code listing
|
||||||
CFLAGS="-gstabs -g1 -Wa,-acdhln=hello.s" && voc hello.mod -m
|
CFLAGS="-gstabs -g1 -Wa,-acdhln=hello.s" && voc hello.mod -m
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!
|
#!/bin/sh
|
||||||
. ../testenv.sh
|
. ../testenv.sh
|
||||||
# Generate mixed source and assembly code listing
|
# Generate mixed source and assembly code listing
|
||||||
voc TestLanguage.mod -m
|
voc TestLanguage.mod -m
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!
|
#!/bin/sh
|
||||||
. ../testenv.sh
|
. ../testenv.sh
|
||||||
voc LSS.Mod LSB.Mod LSC.Mod LSV.Mod lola.Mod -m
|
voc LSS.Mod LSB.Mod LSC.Mod LSV.Mod lola.Mod -m
|
||||||
./Lola RISC5.Lola result
|
./Lola RISC5.Lola result
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!
|
#!/bin/sh
|
||||||
. ../testenv.sh
|
. ../testenv.sh
|
||||||
voc signal.mod -m
|
voc signal.mod -m
|
||||||
./SignalTest x &
|
./SignalTest x &
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!
|
#!/bin/sh
|
||||||
## '.' this file from individual test.sh files.
|
## '.' this file from individual test.sh files.
|
||||||
#set -e
|
#set -e
|
||||||
if which cygpath >/dev/null
|
if which cygpath >/dev/null
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!
|
#!/bin/sh
|
||||||
# '.' this from indiviual test.sh files
|
# '.' this from indiviual test.sh files
|
||||||
if diff -b expected result
|
if diff -b expected result
|
||||||
then printf "PASSED: $PWD\n\n"
|
then printf "PASSED: $PWD\n\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue