aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-17 11:53:00 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-17 11:53:00 +0000
commit18fee78c2082dd4a1bb89f8fafc100825cf1745e (patch)
tree4a6aacd4aad264d210cad8607dd1378db2e3ef0c /test
parentba2ff06045c441a2be4ecd923d38e614db48f964 (diff)
downloadChibiOS-18fee78c2082dd4a1bb89f8fafc100825cf1745e.tar.gz
ChibiOS-18fee78c2082dd4a1bb89f8fafc100825cf1745e.tar.bz2
ChibiOS-18fee78c2082dd4a1bb89f8fafc100825cf1745e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10842 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r--test/oslib/configuration.xml2
-rw-r--r--test/oslib/source/test/oslib_test_root.c2
-rw-r--r--test/rt/configuration.xml2
-rw-r--r--test/rt/source/test/rt_test_root.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/oslib/configuration.xml b/test/oslib/configuration.xml
index 87424d929..1fcb47218 100644
--- a/test/oslib/configuration.xml
+++ b/test/oslib/configuration.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPC5-Config version="1.0.0">
<application name="ChibiOS/RT Test Suite" version="1.0.0" standalone="true" locked="false">
- <description>Test Specification for ChibiOS/RT.</description>
+ <description>ChibiOS OS Library Test Suite.</description>
<component id="org.chibios.spc5.components.portable.generic_startup">
<component id="org.chibios.spc5.components.portable.chibios_unitary_tests_engine" />
</component>
diff --git a/test/oslib/source/test/oslib_test_root.c b/test/oslib/source/test/oslib_test_root.c
index 5c88edd75..4da5bc8fb 100644
--- a/test/oslib/source/test/oslib_test_root.c
+++ b/test/oslib/source/test/oslib_test_root.c
@@ -61,7 +61,7 @@ const testsequence_t * const oslib_test_suite_array[] = {
* @brief Test suite root structure.
*/
const testsuite_t oslib_test_suite = {
- NULL,
+ "ChibiOS OS Library Test Suite.",
oslib_test_suite_array
};
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPC5-Config version="1.0.0">
<application name="ChibiOS/RT Test Suite" version="1.0.0" standalone="true" locked="false">
- <description>Test Specification for ChibiOS/RT.</description>
+ <description>ChibiOS/RT Library Test Suite.</description>
<component id="org.chibios.spc5.components.portable.generic_startup">
<component id="org.chibios.spc5.components.portable.chibios_unitary_tests_engine" />
</component>
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
};