diff options
Diffstat (limited to 'lib/libcam/tests/Makefile')
-rw-r--r-- | lib/libcam/tests/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libcam/tests/Makefile b/lib/libcam/tests/Makefile new file mode 100644 index 0000000000000..178c30805f92d --- /dev/null +++ b/lib/libcam/tests/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +ATF_TESTS_C+= libcam_test +ATF_TESTS_C+= cam_test + +LIBADD+= cam + +WARNS?= 6 + +.include <bsd.test.mk> |