From 60ec5bad0c1a2db4f66503f44cfc2ed885d66e54 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 1 Aug 2022 17:12:59 +0200 Subject: build: Exclude performance test if RTEMS_GCOV_COVERAGE --- spec/build/testsuites/validation/performance-no-clock-0.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/build/testsuites/validation/performance-no-clock-0.yml b/spec/build/testsuites/validation/performance-no-clock-0.yml index 5e21f2fcdb..c7298ee5af 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: [] -- cgit v1.2.3