Experiment with assmbly code listing - thinking about new tests.

This commit is contained in:
David Brown 2016-07-10 16:49:30 +01:00
parent 156d9b0183
commit 57cd40aa9d
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,5 @@
. ../testenv.sh
voc hello.mod -m
# Generate mixed source and assembly code listing
CFLAGS="-gstabs -g1 -Wa,-acdhln=hello.s" && voc hello.mod -m
./hello >result
. ../testresult.sh