mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
tests: define GST_CHECK_TEST_ENVIRONMENT_BEACON
Make sure the test environment is set up. https://bugzilla.gnome.org//show_bug.cgi?id=747624
This commit is contained in:
parent
947d5b56b3
commit
2aa56dffed
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue