Setup tests/verilog properly

This commit is contained in:
Eddie Hung
2020-05-11 10:31:02 -07:00
parent aafaeb66df
commit b11cf67a81
3 changed files with 24 additions and 0 deletions
+1
View File
@@ -780,6 +780,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/arch/intel_alm && bash run-test.sh $(SEEDOPT)
+cd tests/rpc && bash run-test.sh
+cd tests/memfile && bash run-test.sh
+cd tests/verilog && bash run-test.sh
@echo ""
@echo " Passed \"make test\"."
@echo ""