mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
Areas not covered still [positive functionality wise] are:
- sbuf_{clear,get,set}_flags
- sbuf_new (in particular, with fixed buffers, etc).
Some basic negative testing has been added, but more will be added in the
future.
This work was in part to validate work done by cem in r288223, and ian
before that.
MFC after: 2 months
Sponsored by: Dell EMC Isilon
11 lines
159 B
Makefile
11 lines
159 B
Makefile
# $FreeBSD$
|
|
|
|
ATF_TESTS_C+= sbuf_core_test
|
|
ATF_TESTS_C+= sbuf_stdio_test
|
|
ATF_TESTS_C+= sbuf_string_test
|
|
|
|
LIBADD+= sbuf util
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.test.mk>
|