projects
/
platform
/
upstream
/
libnice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02216a6
)
Makefile: really enable debug for tests
author
Fabrice Bellet
<fabrice@bellet.info>
Thu, 23 Nov 2017 17:31:31 +0000
(18:31 +0100)
committer
Olivier CrĂȘte
<olivier.crete@collabora.com>
Mon, 27 Nov 2017 20:27:13 +0000
(15:27 -0500)
Differential Revision: https://phabricator.freedesktop.org/D1888
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index
b623764
..
e94822d
100644
(file)
--- a/
tests/Makefile.am
+++ b/
tests/Makefile.am
@@
-24,7
+24,7
@@
AM_CPPFLAGS = -DG_LOG_DOMAIN=\"libnice-tests\"
AM_TESTS_ENVIRONMENT = \
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)