mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 01:24:25 +02:00
5 lines
134 B
Bash
Executable File
5 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
source ../gen-tests-makefile.sh
|
|
run_tests --yosys-scripts --bash --yosys-args "-e 'select out of bounds'"
|