mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
16d635f2fd
Original commit message from CVS: we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both SUBDIRS and DIST_SUBDIRS
12 lines
271 B
Makefile
12 lines
271 B
Makefile
#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-plugin-path=$(GST_PLUGIN_PATH)
|
|
|
|
TESTS=$(GST_TOOLS_DIR)/gst-compprep
|
|
|
|
.PHONY: $(TESTS)
|