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>
12 lines
229 B
YAML
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
|