tests: remove extra unref in test_setup_non_existing_stream
[platform/upstream/gstreamer.git] / Makefile.am
index 441ac00..a748dbc 100644 (file)
@@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
 
 SUBDIRS =              \
        gst \
-       bindings        \
        common \
        pkgconfig \
        docs \
-       examples
+       examples \
+       tests
 
 DIST_SUBDIRS = $(SUBDIRS)
 
@@ -22,6 +22,8 @@ DISTCLEANFILES = _stdint.h gst-rtsp.spec
 include $(top_srcdir)/common/release.mak
 include $(top_srcdir)/common/po.mak
 
+include $(top_srcdir)/common/coverage/lcov.mak
+
 check-valgrind:
        cd tests/check && make check-valgrind