summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-05-09 16:15:39 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-05-09 16:15:39 +0000
commit10e4f37d31bf1941f2a24cfbed58236833b606c2 (patch)
treec93bfcf717aab837735ee85960a0db916828c20e /tests/Makefile.am
parentad8f6ddf855596dc41626505151095accc27ae56 (diff)
downloadgst-libav-10e4f37d31bf1941f2a24cfbed58236833b606c2.tar.gz
Add test infrastructure to gst-ffmpeg (#324279).
Original commit message from CVS: * Makefile.am: * configure.ac: * tests/Makefile.am: * tests/check/.cvsignore: * tests/check/Makefile.am: * tests/check/generic/.cvsignore: Add test infrastructure to gst-ffmpeg (#324279).
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..d458f18
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,10 @@
+if HAVE_CHECK
+SUBDIRS_CHECK = check
+else
+SUBDIRS_CHECK =
+endif
+
+SUBDIRS = $(SUBDIRS_CHECK)
+
+DIST_SUBDIRS = check
+