Add bound checking for test 132
This commit is contained in:
parent
598134fff6
commit
b50a0bdf31
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue