mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-03 00:45:15 +00:00
Fix Verific run-test.mk setup
This commit is contained in:
parent
510f9ef63d
commit
d4e0437cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
set -eu
|
set -eu
|
||||||
source ../gen-tests-makefile.sh
|
source ../gen-tests-makefile.sh
|
||||||
generate_mk --yosys-scripts --bash
|
generate_mk --yosys-scripts --bash
|
||||||
sed -i '1i\export ASAN_OPTIONS=halt_on_error=0' run-test.mk
|
echo "$(echo 'export ASAN_OPTIONS=halt_on_error=0'; cat run-test.mk)" > run-test.mk
|
||||||
Loading…
Add table
Add a link
Reference in a new issue