From 49e6337d1f700a7923e02288b32fd488fffdd307 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Mon, 14 Sep 2015 16:49:18 -0400 Subject: [PATCH] benchmarks/markdown: add a `make check` rule Signed-off-by: Jean Privat --- benchmarks/markdown/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/benchmarks/markdown/Makefile b/benchmarks/markdown/Makefile index 802fab6..ca25141 100644 --- a/benchmarks/markdown/Makefile +++ b/benchmarks/markdown/Makefile @@ -15,6 +15,9 @@ all: ./bench_markdown.sh all +check: + ./bench_markdown.sh -s 1 nit + clean: $(MAKE) clean -C benches $(MAKE) clean -C engines -- 1.7.9.5