Add bound checking for test 132

This commit is contained in:
herman ten brugge 2023-08-30 16:44:44 +02:00
parent 598134fff6
commit b50a0bdf31

View file

@ -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'