validation: Task create/construct

Run the task create/construct tests also on validation test suite 1
which has exactly one processor configured.
This commit is contained in:
Sebastian Huber
2021-03-12 08:12:02 +01:00
parent 586e06ec62
commit 5babc54d8d
3 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ links: []
source: source:
- testsuites/validation/tc-signal-catch.c - testsuites/validation/tc-signal-catch.c
- testsuites/validation/tc-signal-send.c - testsuites/validation/tc-signal-send.c
- testsuites/validation/tc-task-construct-errors.c
- testsuites/validation/tc-task-create-errors.c
- testsuites/validation/ts-validation-1.c - testsuites/validation/ts-validation-1.c
stlib: [] stlib: []
target: testsuites/validation/ts-validation-1.exe target: testsuites/validation/ts-validation-1.exe

View File

@@ -64,6 +64,7 @@
* spec:/rtems/task/req/construct-errors * spec:/rtems/task/req/construct-errors
* *
* @ingroup RTEMSTestSuiteTestsuitesValidation0 * @ingroup RTEMSTestSuiteTestsuitesValidation0
* @ingroup RTEMSTestSuiteTestsuitesValidation1
* *
* @{ * @{
*/ */

View File

@@ -64,6 +64,7 @@
* spec:/rtems/task/req/create-errors * spec:/rtems/task/req/create-errors
* *
* @ingroup RTEMSTestSuiteTestsuitesValidation0 * @ingroup RTEMSTestSuiteTestsuitesValidation0
* @ingroup RTEMSTestSuiteTestsuitesValidation1
* *
* @{ * @{
*/ */