From 0b066e9c02da49eb9dfb039f7c79253b0fae1b19 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 16 Feb 2002 18:10:34 +0000 Subject: [PATCH] be less verbose when running --register, and cal it with the proper --gst-plugin-path Original commit message from CVS: be less verbose when running --register, and cal it with the proper --gst-plugin-path --- tests/old/Makefile.am | 5 ++++- testsuite/Makefile.am | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/old/Makefile.am b/tests/old/Makefile.am index 6afed106f9..3a154e5d5a 100644 --- a/tests/old/Makefile.am +++ b/tests/old/Makefile.am @@ -1,8 +1,11 @@ SUBDIRS= DIST_SUBDIRS= +GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) + $(TESTS): - $(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(top_builddir) + @echo -e '\nrunning gst-register...\n' + $(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH) TESTS=$(GST_TOOLS_DIR)/gst-compprep diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 6afed106f9..3a154e5d5a 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,8 +1,11 @@ SUBDIRS= DIST_SUBDIRS= +GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) + $(TESTS): - $(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(top_builddir) + @echo -e '\nrunning gst-register...\n' + $(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH) TESTS=$(GST_TOOLS_DIR)/gst-compprep