1
0
mirror of synced 2026-01-20 10:05:29 +00:00
YosysHQ.yosys/tests/sat/run-test.sh
2014-02-04 13:43:34 +01:00

7 lines
96 B
Bash
Executable File

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