We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8416044 commit 1e75133Copy full SHA for 1e75133
Makefile
@@ -91,6 +91,7 @@ test-py-sanitizer: ## Clean and Make unit tests with sanitizers enabled
91
@if [ "$$(uname -s)" = "Darwin" ]; then \
92
ASAN_OPTIONS=detect_leaks=0,detect_stack_use_after_return=true,use_odr_indicator=1,strict_init_order=true,strict_string_checks=true \
93
DYLD_INSERT_LIBRARIES=$$($(CXX) -print-file-name=libclang_rt.asan_osx_dynamic.dylib) \
94
+ DYLD_FORCE_FLAT_NAMESPACE=1 \
95
python -m pytest -v csp/tests --junitxml=junit.xml $(TEST_ARGS); \
96
elif [ "$$(uname -s)" = "Linux" ]; then \
97
0 commit comments