mdbx-make: add smoke-assertion, test-assertion, long-test-assertion targets.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-04-18 20:20:39 +03:00
parent 4628ac6863
commit 682ff99f1c
2 changed files with 9 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ lib libs lib-static lib-shared tools-static \
libmdbx mdbx mdbx_chk mdbx_copy mdbx_drop mdbx_dump mdbx_load mdbx_stat \
check dist memcheck cross-gcc cross-qemu doxygen gcc-analyzer reformat \
release-assets tags test build-test mdbx_test smoke smoke-fault smoke-singleprocess \
smoke-assertion test-assertion long-test-assertion \
test-asan test-leak test-singleprocess test-ubsan test-valgrind:
@CC=$(CC) \
CXX=`if test -n "$(CXX)" && which "$(CXX)" > /dev/null; then echo "$(CXX)"; elif test -n "$(CCC)" && which "$(CCC)" > /dev/null; then echo "$(CCC)"; else echo "c++"; fi` \