aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-17 13:28:22 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-17 13:28:22 +0000
commitfb355909fa1e96f24087c1380daef19cc0eb0532 (patch)
tree5977799efb0b08fa87384c56de96982dce98e277 /test
parent7209ce9df2badcbc29e4af9e9f231382cdc5c095 (diff)
downloadChibiOS-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')
-rw-r--r--test/nasa_osal/config.fmpp15
-rw-r--r--test/nil/config.fmpp15
-rw-r--r--test/rt/config.fmpp15
3 files changed, 45 insertions, 0 deletions
diff --git a/test/nasa_osal/config.fmpp b/test/nasa_osal/config.fmpp
new file mode 100644
index 000000000..6fdcc283d
--- /dev/null
+++ b/test/nasa_osal/config.fmpp
@@ -0,0 +1,15 @@
+sourceRoot: ../../tools/ftl/processors/unittest
+outputRoot: source
+dataRoot: .
+
+freemarkerLinks: {
+ ftllibs: ../../tools/ftl/libs
+}
+
+data : {
+ conf:xml (
+ configuration.xml
+ {
+ }
+ )
+}
diff --git a/test/nil/config.fmpp b/test/nil/config.fmpp
new file mode 100644
index 000000000..6fdcc283d
--- /dev/null
+++ b/test/nil/config.fmpp
@@ -0,0 +1,15 @@
+sourceRoot: ../../tools/ftl/processors/unittest
+outputRoot: source
+dataRoot: .
+
+freemarkerLinks: {
+ ftllibs: ../../tools/ftl/libs
+}
+
+data : {
+ conf:xml (
+ configuration.xml
+ {
+ }
+ )
+}
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
+ {
+ }
+ )
+}