From: Jim Lawson Date: Fri, 15 Feb 2019 19:56:51 +0000 (-0800) Subject: Append (instead of over-writing) EXTRA_FLAGS X-Git-Tag: yosys-0.9~314^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34153adef408bc226430f05d14cd4af9384359f9;p=yosys.git Append (instead of over-writing) EXTRA_FLAGS --- diff --git a/tests/asicworld/run-test.sh b/tests/asicworld/run-test.sh index d5708c456..c22ab6928 100755 --- a/tests/asicworld/run-test.sh +++ b/tests/asicworld/run-test.sh @@ -11,4 +11,4 @@ do done shift "$((OPTIND-1))" -exec ${MAKE:-make} -f ../tools/autotest.mk $seed EXTRA_FLAGS="-e" *.v +exec ${MAKE:-make} -f ../tools/autotest.mk $seed EXTRA_FLAGS+="-e" *.v