summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/testopts.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-26 11:53:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-01 18:05:42 +0200
commit2d8802b51976e3c3cc1b180962ee30daf2fe2629 (patch)
tree892e27a45f58b7d0b0fe470700b7f7db6b0acd59 /spec/build/testsuites/testopts.yml
parentbuild: Enable RTEMS_SMP only for selected BSPs (diff)
downloadrtems-2d8802b51976e3c3cc1b180962ee30daf2fe2629.tar.bz2
tests: Add and use <rtems/testopts.h>
Add the build option RTEMS_TEST_VERBOSITY to control the verbosity of test suites using the RTEMS Test Framework.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/testopts.yml13
1 files changed, 13 insertions, 0 deletions
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