diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-05-09 16:15:39 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-09 16:15:39 +0000 |
commit | 10e4f37d31bf1941f2a24cfbed58236833b606c2 (patch) | |
tree | c93bfcf717aab837735ee85960a0db916828c20e /tests/Makefile.am | |
parent | ad8f6ddf855596dc41626505151095accc27ae56 (diff) | |
download | gst-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.am | 10 |
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 + |