summaryrefslogtreecommitdiff
path: root/test/command_ut.c
Commit message (Expand)AuthorAgeLines
* hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada2016-06-24-1/+1
* test/py: test the shell if commandStephen Warren2016-01-20-116/+0
* test/py: add test of basic shell functionalityStephen Warren2016-01-20-16/+0
* test/py: add test of setenv/printenv/echoStephen Warren2016-01-20-4/+0
* hush: make run_command() return an error on parsing failureRabin Vincent2014-11-07-0/+2
* hush: return consistent codes from run_command()Rabin Vincent2014-11-07-0/+3
* cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2014-10-27-0/+14
* sandbox: restore ability to access host fs through standard commandsStephen Warren2014-06-23-4/+4
* Add final result tests for run_command_list()Simon Glass2014-06-05-0/+5
* unit-test: make "test -e" test independent of $CWDStephen Warren2014-03-07-5/+9
* hush: fix some quoted variable expansion issuesStephen Warren2014-03-07-0/+17
* unit-test: clean up evironment after Hush testsStephen Warren2014-03-07-1/+2
* unit-test: add lots of tests for the Hush 'test' commandStephen Warren2014-02-19-0/+89
* unit-test: fix 'env default' invocationStephen Warren2014-02-19-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* sandbox: Add basic test for command executionSimon Glass2012-08-09-0/+85