aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl/processors/unittest/test/test_root.h.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ftl/processors/unittest/test/test_root.h.ftl')
-rwxr-xr-xtools/ftl/processors/unittest/test/test_root.h.ftl2
1 files changed, 2 insertions, 0 deletions
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]