From: Tim-Philipp Müller Date: Thu, 23 Apr 2015 16:27:40 +0000 (+0100) Subject: tests: define GST_CHECK_TEST_ENVIRONMENT_BEACON X-Git-Tag: 1.6.0~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=753f8a8ac932ce117fad3e993a9998be9dac323c;p=platform%2Fupstream%2Fgst-rtsp-server.git tests: define GST_CHECK_TEST_ENVIRONMENT_BEACON Make sure the test environment is set up. https://bugzilla.gnome.org//show_bug.cgi?id=747624 --- diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 82e6d42..564d930 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -49,9 +49,11 @@ AM_CFLAGS = -I$(top_srcdir)/gst/rtsp-server \ $(GST_CFLAGS) \ $(GST_CHECK_CFLAGS) \ -DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \ + -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" \ -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS AM_CXXFLAGS = $(GST_CXXFLAGS) $(GST_CHECK_CFLAGS) \ -DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \ + -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" \ -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS LDADD = $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la \ $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \