mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 10:32:43 +01:00
ce58a32ba9
HACK, the test currently fails in CI for `native` due to `utf-8` handling. |
||
---|---|---|
.. | ||
tests | ||
cmodules.c | ||
main.c | ||
Makefile | ||
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.