mirror of https://github.com/YosysHQ/yosys.git
parent
d4e0437cfd
commit
2ded4bd893
|
|
@ -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
|
||||||
echo "$(echo 'export ASAN_OPTIONS=halt_on_error=0'; cat run-test.mk)" > run-test.mk
|
{ echo 'export ASAN_OPTIONS=halt_on_error=0'; cat run-test.mk; } > run-test.mk.tmp && mv run-test.mk.tmp run-test.mk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue