mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-12 15:36:40 +00:00
5 lines
155 B
Bash
Executable file
5 lines
155 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eu
|
|
source ../gen-tests-makefile.sh
|
|
generate_mk --yosys-scripts --bash
|
|
sed -i '1i\export ASAN_OPTIONS=halt_on_error=0' run-test.mk
|