mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 11:20:27 +00:00
Add tests for select
command warnings.
This commit is contained in:
parent
5026f36250
commit
1b333d49ef
4 changed files with 13 additions and 0 deletions
6
tests/select/run-test.sh
Executable file
6
tests/select/run-test.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
for x in *.ys; do
|
||||
echo "Running $x.."
|
||||
../../yosys -ql ${x%.ys}.log $x
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue