Diff between 85460c32d1334f5edad021d214eb997e6f462b30 and b88e6602e8f59ab611eaa83f0f5a0e4f1047a950

Changed Files

File Additions Deletions Status
Makefile.am +6 -0 modified

Full Patch

diff --git a/Makefile.am b/Makefile.am
index cc2e454..8d35dbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)