X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/513a76d1726882150986a70de07e1d82a52531d3..0facbaa1d87d74135e8af6008b26f3e03ed8b386:/gw-tests/Makefile diff --git a/gw-tests/Makefile b/gw-tests/Makefile new file mode 100644 index 0000000..d496337 --- /dev/null +++ b/gw-tests/Makefile @@ -0,0 +1,19 @@ +T=$(filter-out lib.sh,$(wildcard *.sh)) + +.PHONY: $(T) + +all: $(T) html + @echo "Run 'make plot' to generate graphs" + +TEST_FLAGS = -P + +$(T):%: + ./$@ $(TEST_FLAGS) + +.PHONY: plot +plot: + $(MAKE) TEST_FLAGS="-p -X" + +.PHONY: html +html: + ./genhtml.py results