diff options
Diffstat (limited to 'conf.d/project/etc/test-config.json')
-rw-r--r-- | conf.d/project/etc/test-config.json | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/conf.d/project/etc/test-config.json b/conf.d/project/etc/test-config.json index bd7f5dc..8da0e1a 100644 --- a/conf.d/project/etc/test-config.json +++ b/conf.d/project/etc/test-config.json @@ -8,15 +8,21 @@ "info": "Binding made to tests other bindings", "require": ["low-can"] }, - "resources": { + "resources": [{ "uid": "low-can-test", "info": "Plugin that will test low-can binding", "spath": "var/", - "file": "low-can-tests.lua" - }, + "libs": [ "low-can-tests.lua"] + }], "onload": { "uid": "launch_all_tests", "info": "Launch all the tests", - "action": "lua://low-can-test#_launch_tests_" - } + "action": "lua://low-can-test#_launch_tests" + }, + "events":[ + { + "uid": "monitor/trace", + "action": "lua://low-can-test#_evt_catcher_" + } + ] } |