Skip to content

Commit

Permalink
Added Functional backend C++ tests to make test
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly committed May 28, 2024
1 parent 06e05a5 commit e621460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,8 @@ endif
+cd tests/xprop && bash run-test.sh $(SEEDOPT)
+cd tests/fmt && bash run-test.sh
+cd tests/cxxrtl && bash run-test.sh
+cd tests/functional/single_bit && bash run-test.sh
+cd tests/functional/multi_bit && bash run-test.sh
@echo ""
@echo " Passed \"make test\"."
@echo ""
Expand Down

0 comments on commit e621460

Please sign in to comment.