summaryrefslogtreecommitdiff
path: root/test/env/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'test/env/Kconfig')
-rw-r--r--test/env/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/env/Kconfig b/test/env/Kconfig
new file mode 100644
index 0000000000..ff164132e9
--- /dev/null
+++ b/test/env/Kconfig
@@ -0,0 +1,8 @@
+config UT_ENV
+ bool "Enable env unit tests"
+ depends on UNIT_TEST
+ help
+ This enables the 'ut env' command which runs a series of unit
+ tests on the env code.
+ If all is well then all tests pass although there will be a few
+ messages printed along the way.