5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
source ../gen-tests-makefile.sh
|
|
generate_mk --yosys-scripts
|