tests: add resample test
[platform/upstream/gstreamer.git] / Makefile.am
index 00201ec..5fc3e10 100644 (file)
@@ -44,14 +44,18 @@ include $(top_srcdir)/common/release.mak
 include $(top_srcdir)/common/po.mak
 
 check-valgrind:
-       cd tests/check && make check-valgrind
+       $(MAKE) -C tests/check check-valgrind
 
 if HAVE_GST_CHECK
 check-torture:
-       cd tests/check && make torture
+       $(MAKE) -C tests/check torture
+build-checks:
+       $(MAKE) -C tests/check build-checks
 else
 check-torture:
        true
+build-checks:
+       true
 endif
 
 WIN32_COPY = \
@@ -77,8 +81,19 @@ CRUFT_FILES = \
        $(top_builddir)/common/shave \
        $(top_builddir)/common/shave-libtool \
        $(top_builddir)/gst-libs/gst/audio/testchannels \
+       $(top_builddir)/tests/check/elements/gdppay \
+       $(top_builddir)/tests/check/elements/gdpdepay \
+       $(top_builddir)/tests/check/pipelines/streamheader \
+       $(top_builddir)/tests/examples/audio/testchannels \
+       $(top_builddir)/tests/examples/volume/volume \
        $(top_builddir)/tools/gst-discoverer
 
+CRUFT_DIRS = \
+       $(top_srcdir)/docs/plugins/tmpl \
+       $(top_srcdir)/ext/gio \
+       $(top_srcdir)/gst/gdp \
+       $(top_srcdir)/sys/v4l \
+       $(top_srcdir)/tests/examples/v4l
 
 include $(top_srcdir)/common/cruft.mak