mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx-ci: performs make's install
target during check.
Related to https://github.com/erthink/libmdbx/issues/208.
This commit is contained in:
@@ -287,7 +287,8 @@ MDBX_DIST_DIR = libmdbx-$(MDBX_VERSION_SUFFIX)
|
||||
# Extra options mdbx_test utility
|
||||
MDBX_TEST_EXTRA ?=
|
||||
|
||||
check: test dist
|
||||
check: DESTDIR = $(shell pwd)/@check-install
|
||||
check: test dist install
|
||||
|
||||
test: build-test
|
||||
@echo ' RUNNING `mdbx_test basic`...'
|
||||
|
Reference in New Issue
Block a user