Commit c6334989 authored by Fabrice Bellet's avatar Fabrice Bellet Committed by Olivier Crête

Makefile: really enable debug for tests

Differential Revision: https://phabricator.freedesktop.org/D1888
parent 02216a67
...@@ -24,7 +24,7 @@ AM_CPPFLAGS = -DG_LOG_DOMAIN=\"libnice-tests\" ...@@ -24,7 +24,7 @@ AM_CPPFLAGS = -DG_LOG_DOMAIN=\"libnice-tests\"
AM_TESTS_ENVIRONMENT = \ AM_TESTS_ENVIRONMENT = \
G_MESSAGES_DEBUG=all \ G_MESSAGES_DEBUG=all \
NICE_DEBUG=all; NICE_DEBUG=all
COMMON_LDADD = $(top_builddir)/agent/libagent.la $(top_builddir)/socket/libsocket.la $(GLIB_LIBS) $(GUPNP_LIBS) COMMON_LDADD = $(top_builddir)/agent/libagent.la $(top_builddir)/socket/libsocket.la $(GLIB_LIBS) $(GUPNP_LIBS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment