xref: /freebsd/lib/libsbuf/tests/Makefile (revision b824378b14dc700ea6eb97ba7eec3c65222190ae)
1*b824378bSEnji Cooper# $FreeBSD$
2*b824378bSEnji Cooper
3*b824378bSEnji CooperATF_TESTS_C+=	sbuf_core_test
4*b824378bSEnji CooperATF_TESTS_C+=	sbuf_stdio_test
5*b824378bSEnji CooperATF_TESTS_C+=	sbuf_string_test
6*b824378bSEnji Cooper
7*b824378bSEnji CooperLIBADD+=	sbuf util
8*b824378bSEnji Cooper
9*b824378bSEnji CooperWARNS?=		6
10*b824378bSEnji Cooper
11*b824378bSEnji Cooper.include <bsd.test.mk>
12