summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/unit
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/testsuites/unit')
-rw-r--r--spec/build/testsuites/unit/grp.yml9
-rw-r--r--spec/build/testsuites/unit/unit-no-clock-0.yml8
2 files changed, 12 insertions, 5 deletions
diff --git a/spec/build/testsuites/unit/grp.yml b/spec/build/testsuites/unit/grp.yml
index 678bbc6ec2..0ccaabb708 100644
--- a/spec/build/testsuites/unit/grp.yml
+++ b/spec/build/testsuites/unit/grp.yml
@@ -1,10 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: group
+cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by:
-- BUILD_TESTS
-- BUILD_UNITTESTS
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
+cppflags: []
+cxxflags: []
+enabled-by: BUILD_UNITTESTS
includes:
- testsuites/support/include
install: []
diff --git a/spec/build/testsuites/unit/unit-no-clock-0.yml b/spec/build/testsuites/unit/unit-no-clock-0.yml
index 6f44ff478c..825e7619cd 100644
--- a/spec/build/testsuites/unit/unit-no-clock-0.yml
+++ b/spec/build/testsuites/unit/unit-no-clock-0.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
@@ -11,7 +11,12 @@ includes: []
ldflags: []
links: []
source:
+- testsuites/unit/tc-base64-decode.c
+- testsuites/unit/tc-compiler-builtins.c
+- testsuites/unit/tc-config.c
+- testsuites/unit/tc-crc.c
- testsuites/unit/tc-misaligned-builtin-memcpy.c
+- testsuites/unit/tc-score-msgq.c
- testsuites/unit/tc-score-rbtree.c
- testsuites/unit/ts-unit-no-clock-0.c
stlib: []
@@ -19,4 +24,5 @@ target: testsuites/unit/ts-unit-no-clock-0.exe
type: build
use-after:
- validation
+- z
use-before: []