From 3c944fb961235f127639c0135103602258d7aaf0 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 12 Jun 2018 18:40:18 +0200 Subject: Add a Application Framework Test Change-Id: Ic786bab6df777f62ff2156ea18156389c8aa79e3 Signed-off-by: Romain Forlot --- conf.d/project/etc/test-config.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 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 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":[ { -- cgit 1.2.3-korg