diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-20 10:39:03 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-20 10:39:03 +0000 |
commit | 213d63733ba09da3927cfc18b67cf7a040bdd8ec (patch) | |
tree | 101363f517e20e43cc810b2847ead062ac98d9e9 /test/rt | |
parent | 8a9abebe496ec90ae1083cd69e086cf1ff2a5a54 (diff) | |
download | ChibiOS-213d63733ba09da3927cfc18b67cf7a040bdd8ec.tar.gz ChibiOS-213d63733ba09da3927cfc18b67cf7a040bdd8ec.tar.bz2 ChibiOS-213d63733ba09da3927cfc18b67cf7a040bdd8ec.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9326 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt')
-rw-r--r-- | test/rt/configuration.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rt/configuration.xml b/test/rt/configuration.xml index 4289ef051..83b6e1bf2 100644 --- a/test/rt/configuration.xml +++ b/test/rt/configuration.xml @@ -2,12 +2,12 @@ <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>
- <component id="org.chibios.spc5.components.platform.generic">
- <component id="org.chibios.spc5.components.chibios_unitary_tests_engine" />
+ <component id="org.chibios.spc5.components.portable.generic_startup">
+ <component id="org.chibios.spc5.components.portable.chibios_unitary_tests_engine" />
</component>
<instances>
- <instance locked="false" id="org.chibios.spc5.components.platform.generic" />
- <instance locked="false" id="org.chibios.spc5.components.chibios_unitary_tests_engine">
+ <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>
<copyright>
<value><![CDATA[/* |