enabling test impact framework tool build and fixed it

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-03 20:25:21 -07:00
parent eeed7df429
commit 9bab676109
2 changed files with 3 additions and 5 deletions
@@ -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)
if(PAL_TRAIT_TEST_IMPACT_FRAMEWORK_SUPPORTED)
if(LY_TEST_IMPACT_INSTRUMENTATION_BIN)
add_subdirectory(Runtime)
add_subdirectory(Frontend)
endif()
add_subdirectory(Runtime)
add_subdirectory(Frontend)
endif()
@@ -60,7 +60,7 @@ namespace TestImpact
AZStd::to_wstring(argsW, args.c_str());
if (!CreateProcessW(
NULL,
argsW.c_str(),
argsW.data(),
NULL,
NULL,
IsPiping(),