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