summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-05 18:57:26 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-05 18:57:26 +0000
commitbc5a5b19a1511f23e2e10f42a31061563f3f72fc (patch)
treebd05d712ebddc0819c6f9af96e2bc877048d6560
parentacd487b47854d58286067cb7350ba4ce6f79f1cd (diff)
set up thread test environment
Original commit message from CVS: set up thread test environment
-rw-r--r--tests/old/testsuite/threads/Makefile.am4
-rw-r--r--testsuite/threads/Makefile.am4
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/old/testsuite/threads/Makefile.am b/tests/old/testsuite/threads/Makefile.am
index 2c42a6b0e8..574596aa08 100644
--- a/tests/old/testsuite/threads/Makefile.am
+++ b/tests/old/testsuite/threads/Makefile.am
@@ -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)
diff --git a/testsuite/threads/Makefile.am b/testsuite/threads/Makefile.am
index 2c42a6b0e8..574596aa08 100644
--- a/testsuite/threads/Makefile.am
+++ b/testsuite/threads/Makefile.am
@@ -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)