mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 06:32:45 +01:00
5ed0bafc92
- Adapted build system and test checks for the native boards to include native64 - Added `native64` to the same tests as `native` |
||
---|---|---|
.. | ||
tests | ||
app.config.test | ||
cmodules.c | ||
main.c | ||
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.