Skip to content

Commit c42ecd4

Browse files
committed
Add sanitizer env var to a test.
1 parent 0764310 commit c42ecd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/tests/metacall_configuration_exec_path_test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ test_environment_variables(${target}
192192
"CONFIGURATION_PATH=${PY_CONFIGURATION_PATH}/global.json"
193193
"SERIAL_LIBRARY_PATH=${SERIAL_LIBRARY_PATH}"
194194
"DETOUR_LIBRARY_PATH=${DETOUR_LIBRARY_PATH}"
195+
"${TESTS_SANITIZER_ENVIRONMENT_VARIABLES}"
195196
)
196197

197198
#

0 commit comments

Comments
 (0)