xref: /freebsd-12.1/lib/libcam/tests/Makefile (revision 8a0a413e)
1# $FreeBSD$
2
3ATF_TESTS_C+=	libcam_test
4ATF_TESTS_C+=	cam_test
5
6LIBADD+=	cam
7
8WARNS?=		6
9
10.include <bsd.test.mk>
11