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-09-28 09:32:29 +0200
commitf3b59ae68e262e27449fb7cead753f9483740020 (patch)
treeb6379434ec2fac2c31c5ac2cb79e94dc6a6fe2ac
parent66f06d84115797b4ade431956cc35547f2f5dba5 (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: []