Adds a basic test suite for the stepper shell commands. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
18 lines
326 B
YAML
18 lines
326 B
YAML
common:
|
|
tags:
|
|
- drivers
|
|
- stepper
|
|
- shell
|
|
|
|
tests:
|
|
drivers.stepper.shell:
|
|
integration_platforms:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
drivers.stepper.shell_async:
|
|
integration_platforms:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
extra_configs:
|
|
- CONFIG_STEPPER_SHELL_ASYNC=y
|