mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-28 18:48:48 +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:
parent
6771b7526c
commit
581ca4fdf4
1
.github/actions/spelling/expect.txt
vendored
1
.github/actions/spelling/expect.txt
vendored
@ -1322,6 +1322,7 @@ putflags
|
||||
pv
|
||||
pvalue
|
||||
PVOID
|
||||
pwd
|
||||
PWIM
|
||||
PWIN
|
||||
PWOF
|
||||
|
@ -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`...'
|
||||
|
Loading…
x
Reference in New Issue
Block a user