aboutsummaryrefslogtreecommitdiffstats
path: root/test/nasa_osal
diff options
context:
space:
mode:
Diffstat (limited to 'test/nasa_osal')
-rw-r--r--test/nasa_osal/configuration.xml3
-rw-r--r--test/nasa_osal/source/test/nasa_osal_test_root.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/test/nasa_osal/configuration.xml b/test/nasa_osal/configuration.xml
index 24a01ea67..f1b2a3aa2 100644
--- a/test/nasa_osal/configuration.xml
+++ b/test/nasa_osal/configuration.xml
@@ -9,6 +9,9 @@
<instance locked="false" id="org.chibios.spc5.components.portable.generic_startup" />
<instance locked="false" id="org.chibios.spc5.components.portable.chibios_unitary_tests_engine">
<description>
+ <brief>
+ <value>NASA OSAL Test Suite.</value>
+ </brief>
<copyright>
<value><![CDATA[/* Copyright statement.*/]]></value>
</copyright>
diff --git a/test/nasa_osal/source/test/nasa_osal_test_root.c b/test/nasa_osal/source/test/nasa_osal_test_root.c
index 9245eb8a7..2e6df7739 100644
--- a/test/nasa_osal/source/test/nasa_osal_test_root.c
+++ b/test/nasa_osal/source/test/nasa_osal_test_root.c
@@ -47,7 +47,7 @@ const testsequence_t * const nasa_osal_test_suite_array[] = {
* @brief Test suite root structure.
*/
const testsuite_t nasa_osal_test_suite = {
- "Test specification for the NASA OSAL ChibiOS extension.",
+ "NASA OSAL Test Suite",
nasa_osal_test_suite_array
};