diff --git a/test/Makefile b/test/Makefile index 2625ce2c6..cbeaab0fc 100644 --- a/test/Makefile +++ b/test/Makefile @@ -6,6 +6,7 @@ SUBDIRS = \ ble_client \ des_iterator \ gatt_client \ + hfp \ linked_list \ remote_device_db \ sdp_client \ diff --git a/test/hfp/Makefile b/test/hfp/Makefile index da3c20737..fb64e2ac1 100644 --- a/test/hfp/Makefile +++ b/test/hfp/Makefile @@ -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