add hfp tests to buildbot tests

This commit is contained in:
Matthias Ringwald 2015-08-20 17:06:54 +02:00
parent 6be35e9015
commit 94818a3ba8
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ SUBDIRS = \
ble_client \
des_iterator \
gatt_client \
hfp \
linked_list \
remote_device_db \
sdp_client \

View File

@ -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