aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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"
/**