X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=c6da764618eaef04d7e03099a51761a416efed00;hb=1421fc558e138c6e7c8ba4e3a835c12102e05946;hp=3402551a9cbe2416226cbe944c9df8cd5e101e34;hpb=fdddc35f204db75644721f6026807e2f3c905588;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/Makefile.am b/Makefile.am index 3402551..c6da764 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,14 +35,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-update: