summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-01 17:12:59 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-03 15:43:46 +0100
commit20fec05432f084585c6780b04fc7a10e4781f7bf (patch)
treef9bb6bd2c8d9dfca4c514527138016d27cdfabbc
parent870631b85160cbcc16b0de7b187dab8ac50a1d73 (diff)
build: Exclude performance test if RTEMS_GCOV_COVERAGE
-rw-r--r--spec/build/testsuites/validation/performance-no-clock-0.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/build/testsuites/validation/performance-no-clock-0.yml b/spec/build/testsuites/validation/performance-no-clock-0.yml
index 5102bbb7e3..cdb6016427 100644
--- a/spec/build/testsuites/validation/performance-no-clock-0.yml
+++ b/spec/build/testsuites/validation/performance-no-clock-0.yml
@@ -5,7 +5,8 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
-enabled-by: true
+enabled-by:
+ not: RTEMS_GCOV_COVERAGE
features: c cprogram
includes: []
ldflags: []