set up thread test environment

Original commit message from CVS:
set up thread test environment
This commit is contained in:
Thomas Vander Stichele 2003-01-05 18:57:26 +00:00
parent acd487b478
commit bc5a5b19a1
2 changed files with 8 additions and 0 deletions

View file

@ -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)

View file

@ -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)