summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-23 16:23:01 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-23 16:23:01 +0100
commit2aa56dffedc2dd1fba66dec492c648e8d8477747 (patch)
tree9192e8e4bf7eee4b05c8af3f9adebb3dcc0d7253
parent947d5b56b3cb2abd0a74d20d0fd6a163f28d3f99 (diff)
tests: define GST_CHECK_TEST_ENVIRONMENT_BEACON
Make sure the test environment is set up. https://bugzilla.gnome.org//show_bug.cgi?id=747624
-rw-r--r--tests/check/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index e7b35b61..c7ca6c1f 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -64,7 +64,8 @@ noinst_PROGRAMS =
noinst_HEADERS = elements/xingmux_testdata.h
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) \
- -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
+ -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" \
+ -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
# valgrind testing