Use a better method of fixing up Verific run-test.mk

This commit is contained in:
Akash Levy 2025-07-21 17:08:38 -07:00
parent 3cfbc0d7af
commit d9fb46b5ac
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
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
echo "$(echo 'export ASAN_OPTIONS=halt_on_error=0'; cat run-test.mk)" > run-test.mk