summaryrefslogtreecommitdiff
path: root/test/console_edit.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-3/+3
* ec: Add test for console buffer commandsJeremy Bettis2022-08-191-0/+31
* test: Remove TEST_CHECK macroBobby Casey2022-07-071-11/+22
* test/console_edit.c: Format with clang-formatJack Rosenthal2022-06-301-5/+5
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* console_channel.inc: Add more ifdef to reduce number of channelsNicolas Boichat2018-05-261-4/+4
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+2
* Add unit test for 'chan' commandVic Yang2013-09-041-1/+30
* Add test for console command historyVic Yang2013-08-181-8/+50
* Add console editing unit testVic Yang2013-07-111-0/+224