Home | History | Annotate | Line # | Download | only in libbluetooth
      1 #	$NetBSD: Makefile,v 1.1 2011/04/07 06:21:57 plunky Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/lib/libbluetooth
      6 
      7 DPADD+=		${LIBBLUETOOTH}
      8 LDADD+=		-lbluetooth
      9 
     10 TESTS_C+=	t_bluetooth
     11 TESTS_C+=	t_sdp_data
     12 TESTS_C+=	t_sdp_get
     13 TESTS_C+=	t_sdp_match
     14 TESTS_C+=	t_sdp_put
     15 TESTS_C+=	t_sdp_set
     16 
     17 .include <bsd.test.mk>
     18