1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg/lua_loader
2024-03-26 14:53:35 +01:00
..
tests tests/lua_loader: move to tests/pkg/lua_loader 2023-05-10 12:05:19 +02:00
cmodules.c tests/lua_loader: move to tests/pkg/lua_loader 2023-05-10 12:05:19 +02:00
main.c lua: Increased LUA_MEM_SIZE for 64 bit 2024-01-30 09:31:00 +01:00
Makefile examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
Makefile.ci tests/lua_loader: move to tests/pkg/lua_loader 2023-05-10 12:05:19 +02:00
README tests/lua_loader: move to tests/pkg/lua_loader 2023-05-10 12:05:19 +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.