From 18fee78c2082dd4a1bb89f8fafc100825cf1745e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 17 Oct 2017 11:53:00 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10842 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/configuration.xml | 2 +- test/rt/source/test/rt_test_root.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/rt') diff --git a/test/rt/configuration.xml b/test/rt/configuration.xml index af9b8362b..017d22f25 100644 --- a/test/rt/configuration.xml +++ b/test/rt/configuration.xml @@ -1,7 +1,7 @@ - Test Specification for ChibiOS/RT. + ChibiOS/RT Library Test Suite. diff --git a/test/rt/source/test/rt_test_root.c b/test/rt/source/test/rt_test_root.c index 37deb5f29..9e0365686 100644 --- a/test/rt/source/test/rt_test_root.c +++ b/test/rt/source/test/rt_test_root.c @@ -79,7 +79,7 @@ const testsequence_t * const rt_test_suite_array[] = { * @brief Test suite root structure. */ const testsuite_t rt_test_suite = { - NULL, + "ChibiOS/RT Library Test Suite.", rt_test_suite_array }; -- cgit v1.2.3