summaryrefslogtreecommitdiff
path: root/test/cmd
Commit message (Expand)AuthorAgeFilesLines
* video: Add font functions to the vidconsole APISimon Glass2023-01-161-3/+3
* test: cmd: exit: Add unit test for exit and partly run commandsMarek Vasut2023-01-112-1/+136
* test: cmd: add test for wget command.Ying-Chun Liu (PaulLiu)2022-11-282-0/+207
* test: Disable part of the setexpr test for nowSimon Glass2022-11-221-1/+5
* test: cmd: fdt: Add fdt get value test caseMarek Vasut2022-11-221-0/+53
* video: Add commands to list and change fontsSimon Glass2022-10-302-0/+78
* fdt: Show a message when the working FDT changesSimon Glass2022-10-171-1/+10
* test: run setexpr test only on sandboxHeinrich Schuchardt2022-10-121-0/+2
* test: cmd: add test for temperature commandRobert Marko2022-10-112-0/+40
* cmd: Add pause commandSamuel Dionne-Riel2022-09-022-0/+48
* fdt: Start a test for the fdt commandSimon Glass2022-07-262-0/+143
* addrmap: Support on sandboxSimon Glass2022-07-261-3/+2
* cmd: load: add load command for memory mappedRui Miguel Silva2022-06-222-0/+73
* test: dm: pinmux: Get LED2 udevice in the pinmux testMarek Vasut2022-04-281-0/+5
* led: Configure LED default-state on bootMarek Vasut2022-04-141-1/+1
* cmd: test: pinmux: Do not check all empty spacesMichal Simek2022-03-141-4/+4
* test: cmd: setexpr: add format string testsRoland Gaudig2021-07-271-0/+84
* cmd: pinmux: support pin name in status commandPatrick Delaunay2021-07-232-0/+37
* test: Rename final check in setexpr_test_backref()Simon Glass2021-07-151-2/+0
* sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak2021-07-061-2/+30
* display_options: Drop two spaces before the ASCII columnSimon Glass2021-06-081-13/+13
* hush: Fix assignments being misinterpreted as commandsSean Anderson2021-04-121-0/+2
* test: Silenece the echo and print testsSimon Glass2021-03-271-1/+2
* test: cmd: setexpr: Fix a typoBin Meng2021-03-221-1/+1
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-152-0/+39
|\
| * test: cmd: Add a basic test for 'addrmap' commandBin Meng2021-03-052-0/+39
* | test: Add a macros for finding tests in linker_listsSimon Glass2021-03-122-5/+4
* | test: Correct setexpr test prefixSimon Glass2021-03-121-4/+19
|/
* test: missing dependency for test/cmd/setexpr.cHeinrich Schuchardt2021-02-241-1/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* test: unit test for echo commandHeinrich Schuchardt2021-01-252-0/+60
* cmd: Add a pwm commandPragnesh Patel2021-01-182-0/+48
* test: correct the test prefix in ut cmd_memPatrick Delaunay2021-01-161-1/+1
* setexpr: Add support for stringsSimon Glass2020-12-011-0/+86
* setexpr: Correct buffer overflow bug and enable testsSimon Glass2020-12-011-17/+7
* setexpr: Correct dropping of final unmatched stringSimon Glass2020-12-011-3/+2
* setexpr: Add some tests for buffer overflow and backrefSimon Glass2020-12-011-0/+89
* test: Add some setexpr regex testsSimon Glass2020-12-011-0/+58
* setexpr: Add explicit support for 32- and 64-bit intsSimon Glass2020-12-011-9/+9
* test: Add some tests for setexprSimon Glass2020-12-012-0/+163
* cmd: Update the memory-search commandSimon Glass2020-08-073-30/+101
* cmd: Add a memory-search commandSimon Glass2020-07-082-0/+280