Commit f58f1fcc authored by Lev Walkin's avatar Lev Walkin

expose current make tool to check-bundles.sh

parent 39936ce6
...@@ -8,6 +8,7 @@ CFLAGS = $(filter-out $(CODE_COVERAGE_CFLAGS), @CFLAGS@) ...@@ -8,6 +8,7 @@ CFLAGS = $(filter-out $(CODE_COVERAGE_CFLAGS), @CFLAGS@)
TESTS_ENVIRONMENT= \ TESTS_ENVIRONMENT= \
CC="${CC}" \ CC="${CC}" \
MAKE="${MAKE}" \
CFLAGS="${TESTSUITE_CFLAGS} ${CFLAGS}" \ CFLAGS="${TESTSUITE_CFLAGS} ${CFLAGS}" \
LDFLAGS="${LDFLAGS}" \ LDFLAGS="${LDFLAGS}" \
LIBFUZZER_CFLAGS="${LIBFUZZER_CFLAGS}" \ LIBFUZZER_CFLAGS="${LIBFUZZER_CFLAGS}" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment