mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 02:34:13 +08:00
mdbx: add 'mdbx_chk' to Makefile's 'check' target.
This commit is contained in:
parent
4293840055
commit
b038767a18
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user