1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/lua_loader
Gaëtan Harter 224372d773
tests/lua_loader: remove deprecated test target
The test target is now defined in the common `Makefile.include`.
This removes the warning

    Makefile: warning: overriding recipe for target 'test'
    Makefile.include: warning: ignoring old recipe for target 'test'
2019-06-13 10:37:33 +02:00
..
tests tests/lua_loader: test the RIOT-customized lua loader. 2019-05-31 17:16:06 +02:00
cmodules.c tests/lua_loader: test the RIOT-customized lua loader. 2019-05-31 17:16:06 +02:00
main.c tests/lua_loader: test the RIOT-customized lua loader. 2019-05-31 17:16:06 +02:00
Makefile tests/lua_loader: remove deprecated test target 2019-06-13 10:37:33 +02:00
README tests/lua_loader: test the RIOT-customized lua loader. 2019-05-31 17:16:06 +02:00

Test modified LUA module loader
===============================

This test defines a bunch of dummy modules, both in
pure lua and in C. The way modules are declares is not "nice"
in the sense that it is not the way it would be done in a big
application. The goal is to test the module loader code, and not
the build tooling.