3
0
Fork 0
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:
Krystine Sherwin 2024-08-17 11:33:28 +12:00
parent 3dd32d741a
commit e44d69908b
No known key found for this signature in database
4 changed files with 40 additions and 0 deletions

View file

@ -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)