diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-22 13:40:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-22 13:40:28 +0000 |
commit | 90c475c526f10e97806b1be41766f76879f3d506 (patch) | |
tree | fafc1828e9950257b410f4a61e8ff6bcceba0070 | |
parent | d3c823f87746363b235f1b374eac1e4b41d7bf57 (diff) | |
download | gst-plugins-bad-90c475c526f10e97806b1be41766f76879f3d506.tar.gz gst-plugins-bad-90c475c526f10e97806b1be41766f76879f3d506.tar.bz2 gst-plugins-bad-90c475c526f10e97806b1be41766f76879f3d506.zip |
don't build these yet
Original commit message from CVS:
don't build these yet
-rw-r--r-- | tests/check/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 96df1978..6f47e403 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -26,7 +26,9 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp clean-local: clean-local-check -check_PROGRAMS = \ +check_PROGRAMS = + +nocheck_PROGRAMS = elements/gdppay \ elements/gdpdepay |