Skip to content

Commit

Permalink
Properly set asan env vars in VFD test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Jan 21, 2022
1 parent 87b447d commit 370a978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapter/test/vfd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ target_link_libraries(${vfd_test}
add_test(NAME "Test${vfd_test}" COMMAND ${vfd_test})
set_property(TEST "Test${vfd_test}"
PROPERTY ENVIRONMENT HERMES_CONF=${CMAKE_CURRENT_SOURCE_DIR}/hermes.conf)
set_property(TEST "Test${vfd_test}" APPEND
PROPERTY ENVIRONMENT LSAN_OPTIONS=suppressions=${CMAKE_SOURCE_DIR}/test/data/asan.supp)
endforeach()

# IOR tests
Expand Down

0 comments on commit 370a978

Please sign in to comment.