aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-16 20:41:12 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-16 20:41:12 +0000
commit94236f4be7a040aaae3cd6c34cf35870e8008ca4 (patch)
treecb8cd76c9a897c4a3644cfc769303fba0a250a4e /tools
parent734aea5b10f4d7470d29c07ae51fbd9d9b588205 (diff)
downloadChibiOS-94236f4be7a040aaae3cd6c34cf35870e8008ca4.tar.gz
ChibiOS-94236f4be7a040aaae3cd6c34cf35870e8008ca4.tar.bz2
ChibiOS-94236f4be7a040aaae3cd6c34cf35870e8008ca4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10838 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ftl/processors/unittest/test/test_root.c.ftl1
-rwxr-xr-xtools/ftl/processors/unittest/test/test_root.h.ftl2
-rwxr-xr-xtools/ftl/processors/unittest/test/test_sequence.c.ftl1
3 files changed, 2 insertions, 2 deletions
diff --git a/tools/ftl/processors/unittest/test/test_root.c.ftl b/tools/ftl/processors/unittest/test/test_root.c.ftl
index 7970a136c..66035acb3 100755
--- a/tools/ftl/processors/unittest/test/test_root.c.ftl
+++ b/tools/ftl/processors/unittest/test/test_root.c.ftl
@@ -40,7 +40,6 @@
*/
#include "hal.h"
-#include "ch_test.h"
#include "${prefix_lower}test_root.h"
#if !defined(__DOXYGEN__)
diff --git a/tools/ftl/processors/unittest/test/test_root.h.ftl b/tools/ftl/processors/unittest/test/test_root.h.ftl
index f2498bd0a..c3c8f3203 100755
--- a/tools/ftl/processors/unittest/test/test_root.h.ftl
+++ b/tools/ftl/processors/unittest/test/test_root.h.ftl
@@ -20,6 +20,8 @@
#ifndef ${prefix_upper}TEST_ROOT_H
#define ${prefix_upper}TEST_ROOT_H
+#include "ch_test.h"
+
[#list instance.sequences.sequence as sequence]
#include "${prefix_lower}test_sequence_${(sequence_index + 1)?string("000")}.h"
[/#list]
diff --git a/tools/ftl/processors/unittest/test/test_sequence.c.ftl b/tools/ftl/processors/unittest/test/test_sequence.c.ftl
index 161957603..85d3fc35f 100755
--- a/tools/ftl/processors/unittest/test/test_sequence.c.ftl
+++ b/tools/ftl/processors/unittest/test/test_sequence.c.ftl
@@ -14,7 +14,6 @@
[@utils.EmitIndentedCCode "" 2 instance.description.copyright.value[0] /]
#include "hal.h"
-#include "ch_test.h"
#include "${prefix_lower}test_root.h"
/**