autotest: enable ASAN by default
It will be disabled by the existing tests if the system doesn't have the necessary libraries or if it conflicts with other test flags. Change-Id: I6efd9a1ed1d1445b63b0ed26eeb7fa6586b53c43 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/373403 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
a31c600a9c
commit
e2b76ec8f6
@ -26,7 +26,7 @@ fi
|
||||
: ${SPDK_TEST_IOAT=1}; export SPDK_TEST_IOAT
|
||||
: ${SPDK_TEST_EVENT=1}; export SPDK_TEST_EVENT
|
||||
: ${SPDK_TEST_BLOBFS=1}; export SPDK_TEST_BLOBFS
|
||||
: ${SPDK_RUN_ASAN=0}; export SPDK_RUN_ASAN
|
||||
: ${SPDK_RUN_ASAN=1}; export SPDK_RUN_ASAN
|
||||
: ${SPDK_RUN_UBSAN=1}; export SPDK_RUN_UBSAN
|
||||
|
||||
# pass our valgrind desire on to unittest.sh
|
||||
|
Loading…
Reference in New Issue
Block a user