[rtems-central commit] spec: Remove empty unit test suite
Sebastian Huber
sebh at rtems.org
Thu Feb 24 06:32:40 UTC 2022
Module: rtems-central
Branch: master
Commit: e85bd1137cf108491e4c81d84bc55f01ff0fc574
Changeset: http://git.rtems.org/rtems-central/commit/?id=e85bd1137cf108491e4c81d84bc55f01ff0fc574
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Feb 23 20:05:07 2022 +0100
spec: Remove empty unit test suite
---
spec/testsuites/unit-0.yml | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/spec/testsuites/unit-0.yml b/spec/testsuites/unit-0.yml
deleted file mode 100644
index 352f4c6..0000000
--- 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
More information about the vc
mailing list