1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/lua_loader
Gaëtan Harter be7ce7ea99
tests: re-enable utf-8 tests on native
The docker image should now be configured with LC_ALL|LANG=C.UTF-8
and used in murdock.
2019-09-16 12:29:15 +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: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
Makefile tests: re-enable utf-8 tests on native 2019-09-16 12:29:15 +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.