summaryrefslogtreecommitdiff
path: root/tests/opt/run-test.sh
blob: 44ce7e6741f45edf2bad06e8f6424cfef095f8dd (plain)
1
2
3
4
5
6
#!/bin/bash
set -e
for x in *.ys; do
  echo "Running $x.."
  ../../yosys -ql ${x%.ys}.log $x
done