gstreamer/testsuite/Makefile.am
Andy Wingo dfc0a361c7 add 'toolsdir' to the pc files add our first plugin test, which involves simply running gst-compprep, which in the co...
Original commit message from CVS:
* add 'toolsdir' to the pc files
* add our first plugin test, which involves simply running gst-compprep,
which in the course of creating the completion registry instantiates every
plugin. gst-register is run first.
2002-02-16 17:53:58 +00:00

9 lines
154 B
Makefile

SUBDIRS=
DIST_SUBDIRS=
$(TESTS):
$(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(top_builddir)
TESTS=$(GST_TOOLS_DIR)/gst-compprep
.PHONY: $(TESTS)