mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-26 23:04:18 +08:00
Add bound checking for test 132
This commit is contained in:
parent
598134fff6
commit
b50a0bdf31
@ -119,6 +119,7 @@ endif
|
|||||||
126_bound_global.test: FLAGS += -b
|
126_bound_global.test: FLAGS += -b
|
||||||
126_bound_global.test: NORUN = true
|
126_bound_global.test: NORUN = true
|
||||||
128_run_atexit.test: FLAGS += -dt
|
128_run_atexit.test: FLAGS += -dt
|
||||||
|
132_bound_test.test: FLAGS += -b
|
||||||
|
|
||||||
# Filter source directory in warnings/errors (out-of-tree builds)
|
# Filter source directory in warnings/errors (out-of-tree builds)
|
||||||
FILTER = 2>&1 | sed -e 's,$(SRC)/,,g'
|
FILTER = 2>&1 | sed -e 's,$(SRC)/,,g'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user