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:
@@ -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()
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@ namespace TestImpact
|
||||
AZStd::to_wstring(argsW, args.c_str());
|
||||
if (!CreateProcessW(
|
||||
NULL,
|
||||
argsW.c_str(),
|
||||
argsW.data(),
|
||||
NULL,
|
||||
NULL,
|
||||
IsPiping(),
|
||||
|
||||
Reference in New Issue
Block a user