repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
align ARM cpu.h importing & using armreg.h
[minix3.git]
/
tests
/
lib
/
libbluetooth
/
Makefile
blob
435d29245e4cc4fad600e778fdb27a87492c2bb8
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
>