File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -164,21 +164,12 @@ add_lit_testsuite(check-asan "Running the AddressSanitizer tests"
164
164
set_target_properties (check-asan PROPERTIES FOLDER "Compiler-RT Misc" )
165
165
166
166
if (COMPILER_RT_ASAN_HAS_STATIC_RUNTIME)
167
- # Add check-dynamic-asan target. It is a part of check-all only on Windows,
168
- # where we want to always test both dynamic and static runtime.
169
-
170
- if (NOT OS_NAME MATCHES "Windows" )
171
- set (EXCLUDE_FROM_ALL TRUE )
172
- endif ()
173
167
add_lit_testsuite(check-asan-dynamic
174
168
"Running the AddressSanitizer tests with dynamic runtime"
175
169
${ASAN_DYNAMIC_TESTSUITES}
176
170
DEPENDS ${ASAN_DYNAMIC_TEST_DEPS} )
177
171
set_target_properties (check-asan-dynamic
178
172
PROPERTIES FOLDER "Compiler-RT Misc" )
179
- if (NOT OS_NAME MATCHES "Windows" )
180
- set (EXCLUDE_FROM_ALL FALSE )
181
- endif ()
182
173
endif ()
183
174
184
175
# Reset EXCLUDE_FROM_ALL to its initial value.
You can’t perform that action at this time.
0 commit comments