mdbx-ci: performs make's install target during check.

Related to https://github.com/erthink/libmdbx/issues/208.
This commit is contained in:
Leonid Yuriev 2021-06-17 14:40:52 +03:00
parent 6771b7526c
commit 581ca4fdf4
2 changed files with 3 additions and 1 deletions

View File

@ -1322,6 +1322,7 @@ putflags
pv
pvalue
PVOID
pwd
PWIM
PWIN
PWOF

View File

@ -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`...'