From: Jean Privat Date: Tue, 15 Sep 2015 13:20:44 +0000 (-0400) Subject: benchmarks/polygons: add make check X-Git-Tag: v0.7.8~15^2~6 X-Git-Url: http://nitlanguage.org benchmarks/polygons: add make check Signed-off-by: Jean Privat --- diff --git a/benchmarks/polygons/Makefile b/benchmarks/polygons/Makefile index e6bd303..f7d0763 100644 --- a/benchmarks/polygons/Makefile +++ b/benchmarks/polygons/Makefile @@ -1,3 +1,6 @@ all: $(MAKE) all -C nit $(MAKE) all -C java + +check: + $(MAKE) check -C nit diff --git a/benchmarks/polygons/nit/Makefile b/benchmarks/polygons/nit/Makefile index e327368..71dffea 100644 --- a/benchmarks/polygons/nit/Makefile +++ b/benchmarks/polygons/nit/Makefile @@ -17,3 +17,11 @@ convexity_b: contain_b: ./bench_polygon.sh contain + +check: + ./bench_polygon.sh -p 100 add_vertex + ./bench_polygon.sh -p 100 sort_vertices + ./bench_polygon.sh -p 100 intersection + ./bench_polygon.sh -p 100 convex_hull + ./bench_polygon.sh -p 100 convexity + ./bench_polygon.sh -p 100 contain