diff options
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"] } |