From 2d8802b51976e3c3cc1b180962ee30daf2fe2629 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 26 Sep 2020 11:53:07 +0200 Subject: tests: Add and use Add the build option RTEMS_TEST_VERBOSITY to control the verbosity of test suites using the RTEMS Test Framework. --- spec/build/testsuites/testopts.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 spec/build/testsuites/testopts.yml (limited to 'spec/build/testsuites/testopts.yml') diff --git a/spec/build/testsuites/testopts.yml b/spec/build/testsuites/testopts.yml new file mode 100644 index 0000000000..8b6ab38f56 --- /dev/null +++ b/spec/build/testsuites/testopts.yml @@ -0,0 +1,13 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: config-header +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +enabled-by: true +guard: _RTEMS_TESTOPTS_H +include-headers: [] +install-path: ${BSP_INCLUDEDIR}/rtems +links: +- role: build-dependency + uid: optverbosity +target: cpukit/include/rtems/testopts.h +type: build -- cgit v1.2.3