mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
set up thread test environment
Original commit message from CVS: set up thread test environment
This commit is contained in:
parent
acd487b478
commit
bc5a5b19a1
2 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,10 @@ check_PROGRAMS = $(testprogs)
|
|||
|
||||
noinst_PROGRAMS = $(testsfailing)
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
|
||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`test-registry.xml
|
||||
|
||||
LDADD = $(GST_LIBS)
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
|
|
|
@ -7,6 +7,10 @@ check_PROGRAMS = $(testprogs)
|
|||
|
||||
noinst_PROGRAMS = $(testsfailing)
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
|
||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`test-registry.xml
|
||||
|
||||
LDADD = $(GST_LIBS)
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue