aboutsummaryrefslogtreecommitdiff
path: root/test/cmd
AgeCommit message (Expand)AuthorFilesLines
2021-02-24test: missing dependency for test/cmd/setexpr.cHeinrich Schuchardt1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-25test: unit test for echo commandHeinrich Schuchardt2-0/+60
2021-01-18cmd: Add a pwm commandPragnesh Patel2-0/+48
2021-01-16test: correct the test prefix in ut cmd_memPatrick Delaunay1-1/+1
2020-12-01setexpr: Add support for stringsSimon Glass1-0/+86
2020-12-01setexpr: Correct buffer overflow bug and enable testsSimon Glass1-17/+7
2020-12-01setexpr: Correct dropping of final unmatched stringSimon Glass1-3/+2
2020-12-01setexpr: Add some tests for buffer overflow and backrefSimon Glass1-0/+89
2020-12-01test: Add some setexpr regex testsSimon Glass1-0/+58
2020-12-01setexpr: Add explicit support for 32- and 64-bit intsSimon Glass1-9/+9
2020-12-01test: Add some tests for setexprSimon Glass2-0/+163
2020-08-07cmd: Update the memory-search commandSimon Glass3-30/+101
2020-07-08cmd: Add a memory-search commandSimon Glass2-0/+280