diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-17 11:53:00 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-17 11:53:00 +0000 |
commit | 18fee78c2082dd4a1bb89f8fafc100825cf1745e (patch) | |
tree | 4a6aacd4aad264d210cad8607dd1378db2e3ef0c /tools | |
parent | ba2ff06045c441a2be4ecd923d38e614db48f964 (diff) | |
download | ChibiOS-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 'tools')
-rwxr-xr-x | tools/ftl/processors/unittest/test/test_root.c.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ftl/processors/unittest/test/test_root.c.ftl b/tools/ftl/processors/unittest/test/test_root.c.ftl index 66035acb3..90f42cafc 100755 --- a/tools/ftl/processors/unittest/test/test_root.c.ftl +++ b/tools/ftl/processors/unittest/test/test_root.c.ftl @@ -68,7 +68,7 @@ const testsequence_t * const ${prefix_lower}test_suite_array[] = { * @brief Test suite root structure.
*/
const testsuite_t ${prefix_lower}test_suite = {
- NULL,
+ "${utils.WithDot(conf.*.application.description[0]?trim)}",
${prefix_lower}test_suite_array
};
|