mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 20:06:42 -04:00
tests/sys/kern/pipe - Fix style(9) bugs - Fix compiler warnings - Use `nitems(x)` instead of `sizeof(x) / sizeof(*x)` pattern The testcases will be converted over to ATF eventually, but for now will be integrated in as plain C tests MFC after: 1 week Sponsored by: EMC / Isilon Storage Division |
||
|---|---|---|
| .. | ||
| big_pipe_test.c | ||
| Makefile | ||
| pipe_fstat_bug_test.c | ||
| pipe_ino_test.c | ||
| pipe_overcommit1_test.c | ||
| pipe_overcommit2_test.c | ||
| pipe_reverse2_test.c | ||
| pipe_reverse_test.c | ||
| pipe_wraparound_test.c | ||