mdbx-build: made 'config.h' optional.

Change-Id: Iafc968cb7000f77cf23169ce07b532386bbce029
This commit is contained in:
Leonid Yuriev
2019-09-10 14:32:17 +03:00
parent e08787afca
commit d1d1258591
4 changed files with 62 additions and 55 deletions

View File

@@ -138,7 +138,7 @@ esac
###############################################################################
# 4. Run basic test, i.e. `make check`
${MAKE} TESTDB=${TESTDB_DIR}/smoke.db TESTLOG=${TESTDB_DIR}/smoke.log check
${MAKE} TEST_DB=${TESTDB_DIR}/smoke.db TEST_LOG=${TESTDB_DIR}/smoke.log check
rm -f ${TESTDB_DIR}/*
###############################################################################