unit/test-micp.c: MICP-MICS unit test case implementation

-Added MICS and MICP Unit test cases in a single file[test-micp.c].
-Fixed the issue that occurred while running all the
 Unit test cases at a time.
-Tested all Unit test cases and working fine.
This commit is contained in:
maheshtalewad 2023-10-05 15:15:43 +03:00 committed by Luiz Augusto von Dentz
parent 85460c32d1
commit b88e6602e8

View File

@ -595,6 +595,12 @@ unit_test_bap_SOURCES = unit/test-bap.c
unit_test_bap_LDADD = src/libshared-glib.la \
lib/libbluetooth-internal.la $(GLIB_LIBS)
unit_tests += unit/test-micp
unit_test_micp_SOURCES = unit/test-micp.c
unit_test_micp_LDADD = src/libshared-glib.la \
lib/libbluetooth-internal.la $(GLIB_LIBS)
unit_tests += unit/test-bass
unit_test_bass_SOURCES = unit/test-bass.c $(btio_sources)