diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-06-12 18:40:18 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:13 +0200 |
commit | 3c944fb961235f127639c0135103602258d7aaf0 (patch) | |
tree | 887fd7caa71e4273f0b77d6e71a94800ac957863 /conf.d/project/etc/test-config.json | |
parent | 0683deff8c9ed8fe051ca134cdb158b062905573 (diff) |
Add a Application Framework Test
Change-Id: Ic786bab6df777f62ff2156ea18156389c8aa79e3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/etc/test-config.json')
-rw-r--r-- | conf.d/project/etc/test-config.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/conf.d/project/etc/test-config.json b/conf.d/project/etc/test-config.json index b0df78a..43e006d 100644 --- a/conf.d/project/etc/test-config.json +++ b/conf.d/project/etc/test-config.json @@ -5,19 +5,21 @@ "uid": "Test", "version": "1.0", "api": "test", - "info": "Binding made to tests other bindings", - "require": ["low-can"] + "info": "Binding made to tests other bindings" }, "resources": [{ - "uid": "low-can-test", - "info": "Plugin that will test low-can binding", + "uid": "AFT", + "info": "Binder test framework", "spath": "var/", - "libs": [ "low-can-tests.lua"] + "libs": [ "AFT.lua"] }], "onload": { "uid": "launch_all_tests", "info": "Launch all the tests", - "action": "lua://low-can-test#_launch_test" + "action": "lua://low-can-test#_launch_test", + "args": { + "files": ["helloworld.lua"] + } }, "events":[ { |