first get these tests to work

Original commit message from CVS:
first get these tests to work
This commit is contained in:
Thomas Vander Stichele 2002-03-01 17:27:49 +00:00
parent a283b4bfdd
commit d98fd46ba5
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
SUBDIRS=autoplug
DIST_SUBDIRS=autoplug
SUBDIRS=##autoplug
DIST_SUBDIRS=##autoplug
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
$(TESTS):
@echo -e '\nrunning gst-register...\n'
$(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH)
$(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(GST_PLUGIN_PATH)
TESTS=$(GST_TOOLS_DIR)/gst-compprep

View file

@ -1,11 +1,11 @@
SUBDIRS=autoplug
DIST_SUBDIRS=autoplug
SUBDIRS=##autoplug
DIST_SUBDIRS=##autoplug
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
$(TESTS):
@echo -e '\nrunning gst-register...\n'
$(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH)
$(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(GST_PLUGIN_PATH)
TESTS=$(GST_TOOLS_DIR)/gst-compprep