1
0
mirror of synced 2026-01-22 10:41:43 +00:00
YosysHQ.yosys/tests/proc/run-test.sh
2019-08-19 16:44:23 +00:00

7 lines
98 B
Bash
Executable File

#!/bin/bash
set -e
for x in *.ys; do
echo "Running $x.."
../../yosys -ql ${x%.ys}.log $x
done