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

2024-03-01 Thread Tom Rini
On Wed, Feb 14, 2024 at 05:03:46PM +, 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 button_c

[PATCH] test: dm: add button_cmd test

2024-02-14 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. CONFIG_BUTTON is now enabled automatically