diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-06-14 01:09:27 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:13 +0200 |
commit | 4f54455b5cd4841b6f905bbe6e2530f9e22a11a7 (patch) | |
tree | 1f174cbe87082ef5a4e823646c4eb7c78775bf5d /conf.d/project/etc/test-config.json | |
parent | 8f91a2c2dfa8535a2bae5854648138de4abe7f65 (diff) |
Implement event part of test framework
Change-Id: I77151a668f89671e0391a90be2559d61dc0e5ec4
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/project/etc/test-config.json b/conf.d/project/etc/test-config.json index 43e006d..2afd85d 100644 --- a/conf.d/project/etc/test-config.json +++ b/conf.d/project/etc/test-config.json @@ -11,12 +11,12 @@ "uid": "AFT", "info": "Binder test framework", "spath": "var/", - "libs": [ "AFT.lua"] + "libs": [ "aft.lua"] }], "onload": { "uid": "launch_all_tests", "info": "Launch all the tests", - "action": "lua://low-can-test#_launch_test", + "action": "lua://AFT#_launch_test", "args": { "files": ["helloworld.lua"] } |