]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - gw-tests/Makefile
ac9760f2c2ff244c3c789c0375bfc5777dfa7ae2
[can-benchmark.git] / gw-tests / Makefile
1 T=$(filter-out lib.sh,$(wildcard *.sh))
2
3 .PHONY: $(T)
4
5 all: $(T) html
6         @echo "Run 'make plot' to generate graphs"
7
8 TEST_FLAGS = -P -t all
9
10 $(T):%:
11         ./$@ $(TEST_FLAGS)
12
13 .PHONY: plot
14 plot:
15         find results -name plot.sh -exec '{}' -X ';'
16
17 .PHONY: html
18 html:
19         ./genhtml/genhtml.py results