mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
add hfp tests to buildbot tests
This commit is contained in:
parent
6be35e9015
commit
94818a3ba8
@ -6,6 +6,7 @@ SUBDIRS = \
|
||||
ble_client \
|
||||
des_iterator \
|
||||
gatt_client \
|
||||
hfp \
|
||||
linked_list \
|
||||
remote_device_db \
|
||||
sdp_client \
|
||||
|
@ -53,3 +53,7 @@ hfp_ag_parser_test: ${COMMON_OBJ} hfp_ag.o hfp.o hfp_ag_parser_test.c
|
||||
|
||||
hfp_hf_parser_test: ${COMMON_OBJ} hfp_hf.o hfp.o hfp_hf_parser_test.c
|
||||
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
|
||||
|
||||
test: all
|
||||
./hfp_ag_parser_test
|
||||
./hfp_hf_parser_test
|
||||
|
Loading…
Reference in New Issue
Block a user