From 5fc1a362e003cef5d294360a0533ec1a56b23be7 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Tue, 28 Dec 2021 01:58:58 +0000 Subject: [PATCH] tests: tests/README basic module requirements --- tests/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/README.md b/tests/README.md index 3cebbb1a..b345d96c 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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