aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2022-02-03 19:35:35 +0100
committerPer Åstrand <per.astrand@arm.com>2022-02-25 09:07:41 +0100
commit9de1b74ed1b8af942b82be8ee53edc4278b34fb3 (patch)
tree94bfd1fa141d872490e0992ecb3b1766cf87fbf8 /targets
parent41dc341e91cb0d406bcac26294305dbb0879af61 (diff)
downloadethos-u-core-platform-9de1b74ed1b8af942b82be8ee53edc4278b34fb3.tar.gz
Add CMake variable to pass arguments to ctest22.02-rc3
This is needed in order to for example turn tarmac tracing on for the FVP running the tests. Change-Id: I6606134046c2e228d3fe06db41792e7403cd6ba8
Diffstat (limited to 'targets')
-rw-r--r--targets/corstone-300/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/corstone-300/CMakeLists.txt b/targets/corstone-300/CMakeLists.txt
index 3a6f291..a409a97 100644
--- a/targets/corstone-300/CMakeLists.txt
+++ b/targets/corstone-300/CMakeLists.txt
@@ -64,6 +64,7 @@ set(ETHOSU_COMMAND_DEFAULT ${Python3_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/../
-t corstone-300
-a ethos-${ETHOSU_ARCH}
-m ${ETHOSU_NUM_MACS}
+ $<$<BOOL:ETHOSU_CTEST_TARMAC_TRACE>:--tarmac>
CACHE INTERNAL "Default test command")
# Enable trustzone support in core_software