mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
These essentially test building a list/tailq of 100 elements with
_INSERT_HEAD(), iterating over them with _FOREACH(), splitting it with
_SPLIT_AFTER() and concatenating back the results with _CONCAT(),
checking that the lists/tailqs at each step have the right number of
elements and at the expected positions.
Reviewed by: markj
MFC after: 2 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D49975
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| arb_test.c | ||
| bitset_test.c | ||
| bitstring_test.c | ||
| Makefile | ||
| Makefile.depend | ||
| qmath_test.c | ||
| queue_test.c | ||
| rb_test.c | ||
| splay_test.c | ||
| time_test.c | ||