enabling test impact framework tool build and fixed it

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
monroegm-disable-blank-issue-2
Esteban Papp 4 years ago
parent eeed7df429
commit 9bab676109

@ -11,8 +11,6 @@ ly_get_list_relative_pal_filename(pal_source_dir ${CMAKE_CURRENT_LIST_DIR}/Platf
include(${pal_source_dir}/PAL_${PAL_PLATFORM_NAME_LOWERCASE}.cmake) include(${pal_source_dir}/PAL_${PAL_PLATFORM_NAME_LOWERCASE}.cmake)
if(PAL_TRAIT_TEST_IMPACT_FRAMEWORK_SUPPORTED) if(PAL_TRAIT_TEST_IMPACT_FRAMEWORK_SUPPORTED)
if(LY_TEST_IMPACT_INSTRUMENTATION_BIN) add_subdirectory(Runtime)
add_subdirectory(Runtime) add_subdirectory(Frontend)
add_subdirectory(Frontend)
endif()
endif() endif()

@ -60,7 +60,7 @@ namespace TestImpact
AZStd::to_wstring(argsW, args.c_str()); AZStd::to_wstring(argsW, args.c_str());
if (!CreateProcessW( if (!CreateProcessW(
NULL, NULL,
argsW.c_str(), argsW.data(),
NULL, NULL,
NULL, NULL,
IsPiping(), IsPiping(),

Loading…
Cancel
Save