zephyr/tests/subsys/input/api/testcase.yaml
Anas Nashif 70745ae79d tests: input: remove subsys from test identifer
Component name should not be subsys.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-03-10 14:01:59 +02:00

17 lines
376 B
YAML

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