From 4f54455b5cd4841b6f905bbe6e2530f9e22a11a7 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 14 Jun 2018 01:09:27 +0200 Subject: Implement event part of test framework Change-Id: I77151a668f89671e0391a90be2559d61dc0e5ec4 Signed-off-by: Romain Forlot --- conf.d/project/etc/test-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d/project/etc') 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"] } -- cgit 1.2.3-korg