putting it back
[platform/upstream/gstreamer.git] / tests / old / Makefile.am
1 SUBDIRS=autoplug
2 DIST_SUBDIRS=autoplug
3
4 GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
5
6 $(TESTS):
7         @echo -e '\nrunning gst-register...\n'
8         $(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH)
9
10 TESTS=$(GST_TOOLS_DIR)/gst-compprep
11
12 .PHONY: $(TESTS)