Merge branch 'pr_elab_sys_tasks' of https://github.com/udif/yosys into clifford/pr983
[yosys.git] / tests / sat / 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