mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-30 23:10:09 +00:00
tests: Add script tests
Currently provides tests for logging quoted strings.
This commit is contained in:
parent
3dd32d741a
commit
e44d69908b
4 changed files with 40 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -861,6 +861,7 @@ endif
|
|||
+cd tests/various && bash run-test.sh
|
||||
+cd tests/select && bash run-test.sh
|
||||
+cd tests/sat && bash run-test.sh
|
||||
+cd tests/scripts && bash run-test.sh
|
||||
+cd tests/sim && 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