]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - test/env/Kconfig
test: env: Add test framework for env
[karo-tx-uboot.git] / test / env / Kconfig
diff --git a/test/env/Kconfig b/test/env/Kconfig
new file mode 100644 (file)
index 0000000..ff16413
--- /dev/null
@@ -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.