mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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
b90f17411e
commit
179444efad
1 changed files with 3 additions and 2 deletions
|
@ -283,6 +283,7 @@ noinst_HEADERS = elements/mxfdemux.h
|
|||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS) $(GST_OPTION_CFLAGS) \
|
||||
-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)
|
||||
|
|
Loading…
Reference in a new issue