diff options
| author | grischka <grischka> | 2009-07-18 22:06:54 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-07-18 22:06:54 +0200 |
| commit | fc977d56c90b6c6a54b7e831b5c88e37f54a5cae (patch) | |
| tree | 51d2b865b88ba820373d8240377926bca63f857d /tests/Makefile | |
| parent | c0fc0fa0c4276debb7d0fd24f91e3af38128ad28 (diff) | |
| download | tinycc-fc977d56c90b6c6a54b7e831b5c88e37f54a5cae.tar.gz tinycc-fc977d56c90b6c6a54b7e831b5c88e37f54a5cae.tar.bz2 | |
x86-64: chkstk, alloca
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index f91e4fd..019c890 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -81,8 +81,8 @@ test4: test.ref @if diff -u test.ref test4.out ; then echo "BCheck Auto Test OK"; fi # memory and bound check auto test -BOUNDS_OK = 1 4 8 10 -BOUNDS_FAIL= 2 5 7 9 11 12 13 +BOUNDS_OK = 1 4 8 10 14 +BOUNDS_FAIL= 2 5 7 9 11 12 13 15 btest: boundtest.c @echo ------------ $@ ------------ |
