tests: tests/README basic module requirements

This commit is contained in:
Nathaniel Wesley Filardo 2021-12-28 01:58:58 +00:00
parent 0b9785585e
commit 5fc1a362e0
1 changed files with 12 additions and 0 deletions

View File

@ -19,6 +19,18 @@ NodeMCU DUTs, but there is reason to want to orchestrate DUTs and the
environment using the host. Files matching the glob `NTest_*.lua` are intended
for on-DUT execution.
## Modules Required
Basic test harness functionality depends on having at least the following C
modules available:
* `crypto`
* `encoder`
* `file`
Of course, most of the test functionality itself will require additional
modules.
## Manual Test Invocation
At the moment, the testing regime and host-based orchestration is still in