]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - Makefile.am
add test for amrnbenc, enable test infrastructure, and fix a leak
[glsdk/gst-plugins-ugly0-10.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
3 SUBDIRS = \
4         gst ext docs m4 tests common
6 EXTRA_DIST = \
7         gst-plugins-ugly.spec depcomp \
8         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
9         ChangeLog autogen.sh
11 DISTCLEANFILES = _stdint.h
13 ACLOCAL_AMFLAGS = -I m4 -I common/m4
15 include $(top_srcdir)/common/release.mak
16 include $(top_srcdir)/common/po.mak
18 check-valgrind:
19         cd tests/check && make check-valgrind
21 if HAVE_CHECK
22 check-torture:
23         cd tests/check && make torture
24 else
25 check-torture:
26         true
27 endif