diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-06-12 18:40:18 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:13 +0200 |
commit | 3c944fb961235f127639c0135103602258d7aaf0 (patch) | |
tree | 887fd7caa71e4273f0b77d6e71a94800ac957863 /conf.d/project/lua.d/low-can-tests.lua | |
parent | 0683deff8c9ed8fe051ca134cdb158b062905573 (diff) |
Add a Application Framework Test
Change-Id: Ic786bab6df777f62ff2156ea18156389c8aa79e3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/lua.d/low-can-tests.lua')
-rw-r--r-- | conf.d/project/lua.d/low-can-tests.lua | 7 |
1 files changed, 5 insertions, 2 deletions
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 <fulup@iot.bzh> + Copyright (C) 2018 "IoT.bzh" + Author Romain Forlot <romain.forlot@iot.bzh> 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 |