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/lua.d/low-can-tests.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'conf.d/project/lua.d/low-can-tests.lua') diff --git a/conf.d/project/lua.d/low-can-tests.lua b/conf.d/project/lua.d/low-can-tests.lua index 985c343..8ef13b2 100644 --- a/conf.d/project/lua.d/low-can-tests.lua +++ b/conf.d/project/lua.d/low-can-tests.lua @@ -1,7 +1,7 @@ --[[ - Copyright (C) 2016 "IoT.bzh" - Author Fulup Ar Foll + Copyright (C) 2018 "IoT.bzh" + Author Romain Forlot Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,6 +18,9 @@ NOTE: strict mode: every global variables should be prefixed by '_' --]] + +-- BOUNDARY WIP + package.path = package.path .. ';./var/?.lua' local lu = require('luaunit') local src = nil -- cgit 1.2.3-korg