Add preliminary tests for generated code changes in the confidence tests.

This commit is contained in:
David Brown 2016-07-19 17:59:04 +01:00
parent ece90b85c5
commit 359aa1c43f
8 changed files with 1298 additions and 2 deletions

View file

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