summaryrefslogtreecommitdiff
path: root/test/command_ut.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+3
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-8/+8
2016-06-25hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada1-1/+1
2016-01-21test/py: test the shell if commandStephen Warren1-116/+0
2016-01-21test/py: add test of basic shell functionalityStephen Warren1-16/+0
2016-01-21test/py: add test of setenv/printenv/echoStephen Warren1-4/+0
2014-11-08hush: make run_command() return an error on parsing failureRabin Vincent1-0/+2
2014-11-08hush: return consistent codes from run_command()Rabin Vincent1-0/+3
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass1-0/+14
2014-06-24sandbox: restore ability to access host fs through standard commandsStephen Warren1-4/+4
2014-06-05Add final result tests for run_command_list()Simon Glass1-0/+5
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren1-5/+9
2014-03-07hush: fix some quoted variable expansion issuesStephen Warren1-0/+17
2014-03-07unit-test: clean up evironment after Hush testsStephen Warren1-1/+2
2014-02-19unit-test: add lots of tests for the Hush 'test' commandStephen Warren1-0/+89
2014-02-19unit-test: fix 'env default' invocationStephen Warren1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-08-10sandbox: Add basic test for command executionSimon Glass1-0/+85