1# $FreeBSD: stable/12/lib/libcam/tests/Makefile 370438 2021-08-29 13:33:50Z dim $ 2 3ATF_TESTS_C+= libcam_test 4ATF_TESTS_C+= cam_test 5 6LIBADD+= cam 7 8WARNS?= 6 9 10.include <bsd.test.mk> 11