From 9de1b74ed1b8af942b82be8ee53edc4278b34fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85strand?= Date: Thu, 3 Feb 2022 19:35:35 +0100 Subject: Add CMake variable to pass arguments to ctest This is needed in order to for example turn tarmac tracing on for the FVP running the tests. Change-Id: I6606134046c2e228d3fe06db41792e7403cd6ba8 --- targets/corstone-300/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'targets/corstone-300') 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} + $<$:--tarmac> CACHE INTERNAL "Default test command") # Enable trustzone support in core_software -- cgit v1.2.1