zephyr/tests/subsys/input/api/testcase.yaml
Fabio Baltieri 67ccf6d564 tests: input: add an initial input testsuite
Add some initial tests for the input subsystem, covering all the APIs in
both synchronous and thread mode.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-03-06 11:47:32 -08:00

17 lines
390 B
YAML

# SPDX-License-Identifier: Apache-2.0
tests:
subsys.input.api.thread:
tags: input
integration_platforms:
- native_posix
extra_configs:
- CONFIG_INPUT_MODE_THREAD=y
- CONFIG_INPUT_THREAD_STACK_SIZE=1024
subsys.input.api.synchronous:
tags: input
integration_platforms:
- native_posix
extra_configs:
- CONFIG_INPUT_MODE_SYNCHRONOUS=y