summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-31 18:30:31 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-31 18:30:31 -0400
commitcea40e96bd511fd2616bfe3dc0d5f42eaea019c3 (patch)
treebe3c2c5be47dc53bbfe98b36da78d6b11c370ce1
parentd8dfd142652c43778ff6a30bdf30e264c1299c3a (diff)
downloadlibnice-cea40e96bd511fd2616bfe3dc0d5f42eaea019c3.tar.gz
tests: Pass GST env with valgrind too
-rw-r--r--tests/Makefile.am6
1 files 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)