From 963327eaf3bdb0699bce050d068584cd7091b31f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Oct 2023 12:19:58 +0200 Subject: build: Improve testsuite build selection Enable an individual testsuite only through the corresponding enable. Use BUILD_TESTS to change the default value of the individual testsuite enable options. This allows the user to enable all testsuites with specific exceptions. For example, this builds all testsuites except the benchmarks: [arch/bsp] BUILD_TESTS = True BUILD_BENCHMARKS = False --- spec/build/testsuites/optsp.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/build/testsuites/optsp.yml') diff --git a/spec/build/testsuites/optsp.yml b/spec/build/testsuites/optsp.yml index 7065fe9965..eec479b132 100644 --- a/spec/build/testsuites/optsp.yml +++ b/spec/build/testsuites/optsp.yml @@ -6,6 +6,8 @@ build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH & Co. KG default: +- enabled-by: BUILD_TESTS + value: true - enabled-by: true value: false description: | -- cgit v1.2.3