set up thread test environment
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 5 Jan 2003 18:57:26 +0000 (18:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 5 Jan 2003 18:57:26 +0000 (18:57 +0000)
Original commit message from CVS:
set up thread test environment

tests/old/testsuite/threads/Makefile.am
testsuite/threads/Makefile.am

index 2c42a6b..574596a 100644 (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)
 
index 2c42a6b..574596a 100644 (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)