Add run_all to makefile
diff --git a/cargo/Makefile b/cargo/Makefile index af64301..4963c7e 100644 --- a/cargo/Makefile +++ b/cargo/Makefile
@@ -21,6 +21,11 @@ .PHONY: test_top test_top: make move_user_proj_example + cd $(TOP_TEST_PATH); make all; cd -; + make move_back_user_proj_example + +run_all: + make move_user_proj_example make verilog_spectrometer make test_spectrometer cd $(TOP_TEST_PATH); make all; cd -;