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>2022-08-11 07:48:00 +0200
commit85b2fec329f470f9759962a392d8e2abded21b36 (patch)
treed1fe1e952c62714aa590ada24d9e1026b491fe75
parenta9243ac16615622369bca53e4359d362b665d16c (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: []