mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
12 lines
288 B
Makefile
12 lines
288 B
Makefile
SUBDIRS=autoplug spider #seeking
|
|
DIST_SUBDIRS=autoplug 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)
|