From 99b4f26a6513bf2ab68a10165d786f2dbd7ccc50 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 24 Oct 2017 12:16:46 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10893 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/nasa_osal/configuration.xml | 3 +++ test/nasa_osal/source/test/nasa_osal_test_root.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'test/nasa_osal') 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 @@ + + NASA OSAL Test Suite. + 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 }; -- cgit v1.2.3