1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/lua_loader
2022-04-27 11:12:27 +02:00
..
tests tests/lua_loader: cleanup Python test script 2020-01-08 09:46:09 +01:00
app.config.test examples: tests: lua: add Kconfig configuration 2022-04-27 11:12:27 +02:00
cmodules.c
main.c tests/lua_loader: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
Makefile
Makefile.ci
README

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.