zephyr/tests/posix/eventfd_basic/testcase.yaml
Marcin Niestroj 3b0917bcbf tests: posix: eventfd_basic: add new test
Introduce new test for eventfd, which will test it in only basic
scope. The real reason why this is introduced is to have a test with
minimal set of configuration dependencies, such as disabled
pthreads (compared to full tests/posix/eventfd/ variant). This allows to
test eventfd mechanism with both POSIX_API=n and POSIX_API=y.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-06-15 16:52:29 +02:00

12 lines
229 B
YAML

common:
arch_exclude: posix
min_ram: 32
tags: posix pthread eventfd
tests:
posix.eventfd_basic:
extra_configs:
- CONFIG_POSIX_API=n
posix.eventfd_basic.posix_api:
extra_configs:
- CONFIG_POSIX_API=y