summaryrefslogtreecommitdiff
path: root/test/env/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* test: env: Enable env unit tests by defaultHeinrich Schuchardt2019-04-241-0/+1
| | | | | | | | If CONFIG_UNIT_TEST is enabled we should enable the individual tests by default to ensure good test coverage. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* test: env: Add test framework for envJoe Hershberger2015-05-211-0/+8
Add a new "env" subcommand to the ut command. This will run unit tests on the env code. This should be targetable to any device that supports the env features needed for the tests. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>