Makefile: really enable debug for tests
authorFabrice Bellet <fabrice@bellet.info>
Thu, 23 Nov 2017 17:31:31 +0000 (18:31 +0100)
committerOlivier 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

index b623764..e94822d 100644 (file)
@@ -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)