mdbx-make: add missing long-test to make help output.

This commit is contained in:
Leonid Yuriev 2021-07-20 22:12:38 +03:00
parent 2c190cfb56
commit bf9e6146df

View File

@ -107,6 +107,7 @@ help:
@echo " make smoke - fast smoke test"
@echo " make test - basic test"
@echo " make check - smoke test with amalgamation and installation checking"
@echo " make long-test - execute long test which runs for several weeks, or until you interrupt it"
@echo " make memcheck - build with Valgrind's and smoke test with memcheck tool"
@echo " make test-valgrind - build with Valgrind's and basic test with memcheck tool"
@echo " make test-asan - build with AddressSanitizer and basic test"