summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-02-23 20:05:07 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-02-24 07:41:33 +0100
commite85bd1137cf108491e4c81d84bc55f01ff0fc574 (patch)
tree410eb166cf1d9243efeb85d0dc5dc25af87efa78
parentmodules: Update rtems (diff)
downloadrtems-central-e85bd1137cf108491e4c81d84bc55f01ff0fc574.tar.bz2
spec: Remove empty unit test suite
-rw-r--r--spec/testsuites/unit-0.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/spec/testsuites/unit-0.yml b/spec/testsuites/unit-0.yml
deleted file mode 100644
index 352f4c67..00000000
--- a/spec/testsuites/unit-0.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-links:
-- role: requirement-refinement
- uid: /req/test-suites
-test-brief: |
- This general purpose unit test suite provides enough resources to run
- basic tests for all specified managers and functions.
-test-code: |
- const char rtems_test_name[] = "${.:/test-suite-name}";
-
- #define CONFIGURE_MAXIMUM_PROCESSORS 5
-
- #include "../validation/ts-default.h"
-test-description: |
- In SMP configurations, up to three scheduler instances using the SMP EDF
- scheduler are provided using up to four processors.
-test-includes: []
-test-local-includes: []
-test-suite-name: Unit0
-test-target: testsuites/unit/ts-unit-0.c
-type: test-suite