aboutsummaryrefslogtreecommitdiffstats
path: root/test/nasa_osal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-24 12:16:46 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-24 12:16:46 +0000
commit99b4f26a6513bf2ab68a10165d786f2dbd7ccc50 (patch)
treee7a146d97723502b37b79587d82c3258ba096eca /test/nasa_osal
parent2b8e64aada976519f7a6d7f6c84b2eb7a6b2b779 (diff)
downloadChibiOS-99b4f26a6513bf2ab68a10165d786f2dbd7ccc50.tar.gz
ChibiOS-99b4f26a6513bf2ab68a10165d786f2dbd7ccc50.tar.bz2
ChibiOS-99b4f26a6513bf2ab68a10165d786f2dbd7ccc50.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10893 35acf78f-673a-0410-8e92-d51de3d6d3f4
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
};