u16id: Add maps for identifiers id of 16 bits
[src/app-framework-binder.git] / coverage / bin / Makefile
index 9ebfa9d..4075e58 100644 (file)
@@ -22,7 +22,8 @@ bugs = $(foreach i,\
 tests = \
        test-apiset \
        test-session \
-       test-wrap-json
+       test-wrap-json \
+       test-u16id
 
 targets = \
        afb-daemon-nocov \
@@ -140,6 +141,10 @@ test-wrap-json: $(tstdir)/session/test-session.c $(afb_lib_obj)
        @echo creation of $@
        @gcc -o $@ $(tstdir)/wrap-json/test-wrap-json.c $(afb_lib_obj) --coverage $(tst_defs) $(tst_flags)
 
+test-u16id: $(tstdir)/u16id/test-u16id.c $(afb_lib_obj)
+       @echo creation of $@
+       @gcc -o $@ $(tstdir)/u16id/test-u16id.c $(afb_lib_obj) --coverage $(tst_defs) $(tst_flags)
+
 #======================================================================================
 # create bindings
 #======================================================================================