summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/test-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc/test-config.json')
-rw-r--r--conf.d/project/etc/test-config.json14
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":[
{