mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +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
1
Makefile
1
Makefile
|
@ -716,6 +716,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
|
|||
+cd tests/memories && bash run-test.sh $(ABCOPT) $(SEEDOPT)
|
||||
+cd tests/bram && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/various && bash run-test.sh
|
||||
+cd tests/select && bash run-test.sh
|
||||
+cd tests/sat && bash run-test.sh
|
||||
+cd tests/svinterfaces && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/svtypes && bash run-test.sh $(SEEDOPT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue