From fb355909fa1e96f24087c1380daef19cc0eb0532 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 17 Sep 2017 13:28:22 +0000 Subject: Added an FTL unit-test generator tool independent from SPC5Studio, it uses the same configuration.xml file so SPC5Studio can still be used but it is not in the critical path. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10612 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/config.fmpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/rt/config.fmpp (limited to 'test/rt') diff --git a/test/rt/config.fmpp b/test/rt/config.fmpp new file mode 100644 index 000000000..6fdcc283d --- /dev/null +++ b/test/rt/config.fmpp @@ -0,0 +1,15 @@ +sourceRoot: ../../tools/ftl/processors/unittest +outputRoot: source +dataRoot: . + +freemarkerLinks: { + ftllibs: ../../tools/ftl/libs +} + +data : { + conf:xml ( + configuration.xml + { + } + ) +} -- cgit v1.2.3