Re: [PATCH v2] test: dm: add button_cmd test

2024-03-13 Thread Tom Rini
On Tue, Mar 05, 2024 at 02:51:03PM +, Caleb Connolly wrote: > Add a test for the button_cmd feature. This validates that commands can > be mapped to two buttons, that the correct command runs based on which > button is pressed, that only 1 command is run, and that no command runs > if

[PATCH v2] test: dm: add button_cmd test

2024-03-05 Thread Caleb Connolly
Add a test for the button_cmd feature. This validates that commands can be mapped to two buttons, that the correct command runs based on which button is pressed, that only 1 command is run, and that no command runs if button_cmd_0_name is wrong or unset. Additionally, fix a potential