Merge branch 'master' of https://github.com/cliffordwolf/yosys into btor
[yosys.git] / tests / various / run-test.sh
1 #!/bin/bash
2 set -e
3 for x in *.ys; do
4 echo "Running $x.."
5 ../../yosys -ql ${x%.ys}.log $x
6 done