From cea40e96bd511fd2616bfe3dc0d5f42eaea019c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 31 Jul 2019 18:30:31 -0400 Subject: tests: Pass GST env with valgrind too --- tests/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 24738e6..c499ce7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,9 +8,6 @@ include $(top_srcdir)/common.mk -TESTS_ENVIRONMENT=\ - GST_PLUGIN_PATH=${GST_PLUGIN_PATH}:$(top_builddir)/gst - AM_CFLAGS = \ $(LIBNICE_CFLAGS) \ $(GLIB_CFLAGS) \ @@ -24,7 +21,8 @@ AM_CPPFLAGS = -DG_LOG_DOMAIN=\"libnice-tests\" AM_TESTS_ENVIRONMENT = \ G_MESSAGES_DEBUG=all \ - NICE_DEBUG=all + NICE_DEBUG=all \ + GST_PLUGIN_PATH=${GST_PLUGIN_PATH}:$(top_builddir)/gst COMMON_LDADD = $(top_builddir)/agent/libagent.la $(top_builddir)/socket/libsocket.la $(GLIB_LIBS) $(GUPNP_LIBS) -- cgit v1.2.1