From b038767a18b006e75a7805b7bd826822970c8af9 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Fri, 26 May 2017 16:17:24 +0300 Subject: [PATCH] mdbx: add 'mdbx_chk' to Makefile's 'check' target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8bae342..2a2b762d 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ install: $(LIBRARIES) $(TOOLS) $(HEADERS) clean: rm -rf $(TOOLS) test/test @* *.[ao] *.[ls]o *~ tmp.db/* *.gcov *.log *.err src/*.o test/*.o -check: test/test +check: test/test mdbx_chk rm -f $(TESTDB) && (set -o pipefail; test/test --pathname=$(TESTDB) --dont-cleanup-after basic | tee test.log | tail -n 42) && ./mdbx_chk -vn $(TESTDB) define core-rule