mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
sv: Add test scripts for typedefs
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
c0bb47beca
commit
abc155715d
5 changed files with 31 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -708,6 +708,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
|
|||
+cd tests/various && 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)
|
||||
+cd tests/proc && bash run-test.sh
|
||||
+cd tests/opt && bash run-test.sh
|
||||
+cd tests/aiger && bash run-test.sh $(ABCOPT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue