aboutsummaryrefslogtreecommitdiff
path: root/test/command_ut.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06test: Remove <common.h> and add needed includesTom Rini
2023-03-30unit-test: cover run_commandf() by test-casesEvgeny Bachinin
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2019-12-02common: Move command functions out of common.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2016-06-24hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada
2016-01-20test/py: test the shell if commandStephen Warren
2016-01-20test/py: add test of basic shell functionalityStephen Warren
2016-01-20test/py: add test of setenv/printenv/echoStephen Warren
2014-11-07hush: make run_command() return an error on parsing failureRabin Vincent
2014-11-07hush: return consistent codes from run_command()Rabin Vincent
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass
2014-06-23sandbox: restore ability to access host fs through standard commandsStephen Warren
2014-06-05Add final result tests for run_command_list()Simon Glass
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren
2014-03-07hush: fix some quoted variable expansion issuesStephen Warren
2014-03-07unit-test: clean up evironment after Hush testsStephen Warren
2014-02-19unit-test: add lots of tests for the Hush 'test' commandStephen Warren
2014-02-19unit-test: fix 'env default' invocationStephen Warren
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-08-09sandbox: Add basic test for command executionSimon Glass