mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
fmt: add tests for Yosys evaluation of format expressions.
This commit is contained in:
parent
3f8eab15bb
commit
67052f62ec
4 changed files with 254 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -882,6 +882,7 @@ endif
|
|||
+cd tests/memfile && bash run-test.sh
|
||||
+cd tests/verilog && bash run-test.sh
|
||||
+cd tests/xprop && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/fmt && bash run-test.sh
|
||||
@echo ""
|
||||
@echo " Passed \"make test\"."
|
||||
@echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue