SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause copyrights: - Copyright (C) 2021 embedded brains GmbH & Co. KG enabled-by: true links: - role: requirement-refinement uid: validation test-brief: | This validation test suite is used to validate the default value of application configuration options taking the optional BSP provided settings into account. test-code: | const char rtems_test_name[] = "${.:/test-suite-name}"; #define CONFIGURE_IDLE_TASK_STORAGE_SIZE RTEMS_MINIMUM_STACK_SIZE #define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION void *IdleBody( uintptr_t ignored ) { (void) ignored; RunTestSuite(); } #define CONFIGURE_IDLE_TASK_BODY IdleBody #define CONFIGURE_INIT #include test-description: null test-includes: [] test-local-includes: - ts-acfg.h - tx-support.h test-target: testsuites/validation/ts-validation-acfg-0.c type: test-suite