mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
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:
parent
85460c32d1
commit
b88e6602e8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user