mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
b2ccf417b4
Original commit message from CVS: adding spider tests
13 lines
307 B
Makefile
13 lines
307 B
Makefile
SUBDIRS=spider #seeking ##autoplug
|
|
##DIST_SUBDIRS=##autoplug
|
|
DIST_SUBDIRS=spider
|
|
|
|
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
|
|
|
$(TESTS):
|
|
@echo -e '\nrunning gst-register...\n'
|
|
$(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(GST_PLUGIN_PATH)
|
|
|
|
TESTS=$(GST_TOOLS_DIR)/gst-compprep
|
|
|
|
.PHONY: $(TESTS)
|