X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=coverage%2Fbin%2FMakefile;h=c0581693ef839c1a2c5f7aa42389ec53a62897e6;hb=a2cf84e;hp=ef8b68e8cb5911558351097a2203a9d7e7992626;hpb=5011060f04181acbb18babcc2017a2f0b6cfb853;p=src%2Fapp-framework-binder.git diff --git a/coverage/bin/Makefile b/coverage/bin/Makefile index ef8b68e8..c0581693 100644 --- a/coverage/bin/Makefile +++ b/coverage/bin/Makefile @@ -63,6 +63,12 @@ cflags = $(ccflags) $(ldflags) defs = -DAGL_DEVEL \ -DWITH_MONITORING_OPTION \ -DAFB_VERSION=\"cov\" \ + -DUSE_SIG_MONITOR_DUMPSTACK=1 \ + -DUSE_SIG_MONITOR_SIGNALS=1 \ + -DUSE_SIG_MONITOR_FOR_CALL=1 \ + -DUSE_SIG_MONITOR_TIMERS=1 \ + -DWITH_AFB_HOOK=1 \ + -DWITH_AFB_TRACE=1 \ -DBINDING_INSTALL_DIR=\"$(shell pwd)/fake\" afb_lib_src = $(shell ls $(srcdir)/*.c | egrep -v '/afs-|/main-|/fdev-epoll.c|/afb-ws-client.c' )