3
0
Fork 0
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:
whitequark 2020-12-05 22:26:25 +00:00 committed by Marcelina Kościelnicka
parent 3f8eab15bb
commit 67052f62ec
4 changed files with 254 additions and 0 deletions

View file

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