]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/Makefile
Adds RTEMS target to makefile and associated Python scripts.
[can-benchmark.git] / gw-tests / Makefile
index 524ddd1f649598c9635ab60d65140c3a079f5797..ddfc9a49b3450c3f6793471ac0a8120ecfd52b72 100644 (file)
@@ -5,7 +5,7 @@ T:=$(filter-out filter%,$(T)) $(filter filter%,$(T))
 
 .PHONY: $(T:%=run-%)
 
-all: $(T:%=run-%) html
+all: $(T:%=run-%)
        @echo "Run 'make plot' to generate graphs"
 
 TEST_FLAGS = -P -t all -l all $(if $(UPDATE),-u)
@@ -33,6 +33,10 @@ endef
 $(foreach result_dir,$(PLOT_SCRIPTS:%/plot.sh=%),$(eval $(call plot_template,$(result_dir))))
 $(foreach result_dir,$(PLOT_SCRIPTS:%/plot.sh=%),$(eval $(call plotall_template,$(result_dir))))
 
+.PHONY: RTEMS
+RTEMS:
+       ./rtems_bench.py
+
 .PHONY: html
 html:
        ./genhtml/genhtml.py results