1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 06:32:45 +01:00
RIOT/tests/pkg/lua_loader
Frederik Haxel 5ed0bafc92 examples, tests: Changes for the native64 board
- Adapted build system and test checks for the native boards to include native64
- Added `native64` to the same tests as `native`
2024-02-05 22:02:14 +01:00
..
tests tests/lua_loader: move to tests/pkg/lua_loader 2023-05-10 12:05:19 +02:00
app.config.test 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.