Add a couple more tests
[yosys.git] / tests / lut / run-test.sh
1 #!/bin/bash
2 set -e
3 for x in *.v; do
4 echo "Running $x.."
5 ../../yosys -q -s check_map.ys -l ${x%.v}.log $x
6 done