3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-21 02:30:25 +00:00

Added tests/various/submod_extract.ys

This commit is contained in:
Clifford Wolf 2014-07-26 17:22:18 +02:00
parent 267c615640
commit b21ebe1859
3 changed files with 28 additions and 0 deletions

6
tests/various/run-test.sh Executable file
View file

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