aboutsummaryrefslogtreecommitdiffstats
path: root/tests/asicworld/run-test.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-02-17 12:10:19 +0100
committerClifford Wolf <clifford@clifford.at>2019-02-17 12:10:19 +0100
commitc06c062469a6f5ea16116a5ed3bc4a45b6e818a2 (patch)
treeea54f3510f2e85771422718385028b0864696cba /tests/asicworld/run-test.sh
parent8ddec5d882c6834cb6b3415e05a2a88d416cabff (diff)
parente45f62b0c56717a23099425f078d1e56212aa632 (diff)
downloadyosys-c06c062469a6f5ea16116a5ed3bc4a45b6e818a2.tar.gz
yosys-c06c062469a6f5ea16116a5ed3bc4a45b6e818a2.tar.bz2
yosys-c06c062469a6f5ea16116a5ed3bc4a45b6e818a2.zip
Merge branch 'master' of github.com:YosysHQ/yosys into pmgen
Diffstat (limited to 'tests/asicworld/run-test.sh')
-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