From bfdd442d7c77d5f122a784406827efc4a516a051 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 15 Sep 2015 09:20:44 -0400 Subject: [PATCH] benchmarks/polygons: add make check Signed-off-by: Jean Privat --- benchmarks/polygons/Makefile | 3 +++ benchmarks/polygons/nit/Makefile | 8 ++++++++ 2 files changed, 11 insertions(+) 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 -- 1.7.9.5