zephyr/tests/net/socket/socketpair/src
Christopher Friedt f1d7c0b196 tests: net: socketpair: use a test fixture to deduplicate code
A fair bit of setup / teardown code was being duplicated in many
test cases in the socketpair testsuite.

Take advantage of the `setup()`, `before()`, and `after()`
functions in the new ZTest API.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-08-22 09:59:44 +02:00
..
_main.c tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00
_main.h tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00
block.c tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00
closed_ends.c tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00
expected_failures.c tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00
fcntl.c tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00
fionread.c tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00
happy_path.c tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00
nonblock.c tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00
poll.c tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00
unsupported_calls.c tests: net: socketpair: use a test fixture to deduplicate code 2023-08-22 09:59:44 +02:00