Updated Linux and Mac configs to show test results.

Signed-off-by: scspaldi <scspaldi@amazon.com>
This commit is contained in:
scspaldi
2021-09-21 11:50:04 -07:00
parent fa163f49b9
commit d11dbd3732
2 changed files with 12 additions and 6 deletions
+4 -2
View File
@@ -102,7 +102,8 @@
"CMAKE_OPTIONS": "-G Xcode -DLY_UNITY_BUILD=TRUE",
"CMAKE_LY_PROJECTS": "AutomatedTesting",
"CMAKE_TARGET": "TEST_SUITE_periodic",
"CTEST_OPTIONS": "-L \"(SUITE_periodic)\""
"CTEST_OPTIONS": "-L \"(SUITE_periodic)\"",
"TEST_RESULTS": "True"
}
},
"benchmark_test_profile": {
@@ -118,7 +119,8 @@
"CMAKE_OPTIONS": "-G Xcode -DLY_UNITY_BUILD=TRUE",
"CMAKE_LY_PROJECTS": "AutomatedTesting",
"CMAKE_TARGET": "TEST_SUITE_benchmark",
"CTEST_OPTIONS": "-L \"(SUITE_benchmark)\""
"CTEST_OPTIONS": "-L \"(SUITE_benchmark)\"",
"TEST_RESULTS": "True"
}
},
"release": {