This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
677050c2af
zephyr
/
tests
/
net
/
socket
/
select
/
testcase.yaml
7 lines
96 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: socket: select: Basic test for select(). Currently actually just tests fd_set manipulation. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-01-23 06:08:48 +08:00
common
:
depends_on
:
netif
tests
:
net.socket
:
min_ram
:
21
tests: set userspace tag for all tests that use it This lets us quickly filter tests that exercise userspace when developing it. Some tests had a whitelist with qemu_cortex_m3; change this to mps2_an385, which is the QEMU target with an MPU enabled. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-04-06 06:16:14 +08:00
tags
:
net socket userspace