mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Reenable asm tests by making ASM_TESTS_ENABLED true by default
This commit is contained in:
parent
98fc3647e7
commit
94f91720c0
@ -247,6 +247,10 @@ function(add_gsl_asm_test name)
|
|||||||
set_property(TARGET ${name}_asm PROPERTY FOLDER "GSL_asm_tests")
|
set_property(TARGET ${name}_asm PROPERTY FOLDER "GSL_asm_tests")
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
if(NOT DEFINED ASM_TESTS_ENABLED)
|
||||||
|
set(ASM_TESTS_ENABLED TRUE)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(ASM_TESTS_ENABLED)
|
if(ASM_TESTS_ENABLED)
|
||||||
add_gsl_asm_test(span_tests)
|
add_gsl_asm_test(span_tests)
|
||||||
add_gsl_asm_test(span_compile_only)
|
add_gsl_asm_test(span_compile_only)
|
||||||
|
Loading…
Reference in New Issue
Block a user