aboutsummaryrefslogtreecommitdiffstats
path: root/tests/asicworld
diff options
context:
space:
mode:
authorJim Lawson <ucbjrl@berkeley.edu>2019-02-15 11:56:51 -0800
committerJim Lawson <ucbjrl@berkeley.edu>2019-02-15 11:56:51 -0800
commit34153adef408bc226430f05d14cd4af9384359f9 (patch)
tree12feec5051ff560fd3e9d889beee0f6a35ac59d8 /tests/asicworld
parentfc1c9aa11fbfbb1ea5b63e1830549d453ba01dfb (diff)
downloadyosys-34153adef408bc226430f05d14cd4af9384359f9.tar.gz
yosys-34153adef408bc226430f05d14cd4af9384359f9.tar.bz2
yosys-34153adef408bc226430f05d14cd4af9384359f9.zip
Append (instead of over-writing) EXTRA_FLAGS
Diffstat (limited to 'tests/asicworld')
-rwxr-xr-xtests/asicworld/run-test.sh2
1 files changed, 1 insertions, 1 deletions
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