summaryrefslogtreecommitdiffstats
path: root/spec
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-11-03 07:25:53 +0100
commit06f3780d604ed0433daebe5fb1c32d4073f5ba46 (patch)
treedacacdde4af361958d1b6f96fb4a2dcacf413471 /spec
parenttestsuites/unit: Add tests for compiler builtins (diff)
downloadrtems-06f3780d604ed0433daebe5fb1c32d4073f5ba46.tar.bz2
build: Exclude performance test if RTEMS_GCOV_COVERAGE
The code coverage build is usually done without compiler optimizations. This results in long performance test runtimes and useless performance results.
Diffstat (limited to 'spec')
-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 28d1ff7592..af47b308fa 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 & Co. KG
cppflags: []
cxxflags: []
-enabled-by: true
+enabled-by:
+ not: RTEMS_GCOV_COVERAGE
features: c cprogram
includes: []
ldflags: []