summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-23 16:40:49 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-23 16:40:49 +0100
commit179444efad62abbdb5be9a14729632442a953a07 (patch)
tree7d61bf4191661721dbb220f09445c389559e4b73 /tests
parentb90f17411e271199e56c08d990fbfbe04bd39431 (diff)
downloadgstreamer-plugins-bad-179444efad62abbdb5be9a14729632442a953a07.tar.gz
tests: define GST_CHECK_TEST_ENVIRONMENT_BEACON
Make sure the test environment is set up. https://bugzilla.gnome.org//show_bug.cgi?id=747624
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 10f805f06..ddd74f9ae 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -283,8 +283,9 @@ noinst_HEADERS = elements/mxfdemux.h
TESTS = $(check_PROGRAMS)
AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS) $(GST_OPTION_CFLAGS) \
- -DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
- -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
+ -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" \
+ -DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
+ -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
LDADD = $(GST_CHECK_LIBS)
elements_audiomixer_LDADD = $(GST_BASE_LIBS) -lgstbase-@GST_API_VERSION@ $(LDADD)