mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
first get these tests to work
Original commit message from CVS: first get these tests to work
This commit is contained in:
parent
a283b4bfdd
commit
d98fd46ba5
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue