summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am21
-rw-r--r--configure.ac3
2 files changed, 19 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 4db12c80..6a1e1f44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,19 +4,21 @@ SUBDIRS_EXT =
SUBDIRS = \
gst-libs \
- gst $(SUBDIRS_EXT) \
+ gst $(SUBDIRS_EXT) \
+ tests \
docs
#
-# tests \
+
# docs \
# pkgconfig
DIST_SUBDIRS = \
gst-libs \
- gst $(SUBDIRS_EXT) \
+ gst $(SUBDIRS_EXT) \
+ tests \
docs
#
-# tests \
+
# docs \
# pkgconfig
@@ -25,3 +27,14 @@ EXTRA_DIST = \
ChangeLog autogen.sh
ACLOCAL_AMFLAGS = -I common/m4
+
+check-valgrind:
+ cd tests/check && make check-valgrind
+
+if HAVE_GST_CHECK
+check-torture:
+ cd tests/check && make torture
+else
+check-torture:
+ true
+endif
diff --git a/configure.ac b/configure.ac
index 294b2085..803d5469 100644
--- a/configure.ac
+++ b/configure.ac
@@ -301,7 +301,8 @@ gst-libs/gst/farsight/Makefile
dnl pkgconfig/Makefile
dnl pkgconfig/farsight2.pc
dnl pkgconfig/farsight2-uninstalled.pc
-dnl tests/Makefile
+tests/Makefile
+tests/check/Makefile
docs/Makefile
docs/libs/Makefile
docs/version.entities