diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-17 13:28:22 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-17 13:28:22 +0000 |
commit | fb355909fa1e96f24087c1380daef19cc0eb0532 (patch) | |
tree | 5977799efb0b08fa87384c56de96982dce98e277 /test/rt | |
parent | 7209ce9df2badcbc29e4af9e9f231382cdc5c095 (diff) | |
download | ChibiOS-fb355909fa1e96f24087c1380daef19cc0eb0532.tar.gz ChibiOS-fb355909fa1e96f24087c1380daef19cc0eb0532.tar.bz2 ChibiOS-fb355909fa1e96f24087c1380daef19cc0eb0532.zip |
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
Diffstat (limited to 'test/rt')
-rw-r--r-- | test/rt/config.fmpp | 15 |
1 files changed, 15 insertions, 0 deletions
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 + { + } + ) +} |