[tracker/rss-enclosures] Fixes GB#634669, missing test file in tarball
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] Fixes GB#634669, missing test file in tarball
- Date: Wed, 24 Nov 2010 02:33:01 +0000 (UTC)
commit 364d07f018e4ca5fbf907f1c34f3215450eb3905
Author: Martyn Russell <martyn lanedo com>
Date: Fri Nov 12 10:17:25 2010 +0000
Fixes GB#634669, missing test file in tarball
.../test-extraction-data/video/Makefile.am | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/tests/functional-tests/test-extraction-data/video/Makefile.am b/tests/functional-tests/test-extraction-data/video/Makefile.am
index d387da1..3725d55 100644
--- a/tests/functional-tests/test-extraction-data/video/Makefile.am
+++ b/tests/functional-tests/test-extraction-data/video/Makefile.am
@@ -4,13 +4,15 @@ videotestdir = $(datadir)/tracker-tests/test-extraction-data/video
videotest_DATA =
-# This should be GSTREAMER OR LIBXINE OR GSTREMER_HELIX OR USING_EXTERNAL_VIDEO_PLAYER
-if HAVE_GSTREAMER
-videotest_DATA += \
+videos = \
video-1.mp4 \
video-1.expected \
video-2.mov \
video-2.expected
+
+# This should be GSTREAMER OR LIBXINE OR GSTREMER_HELIX OR USING_EXTERNAL_VIDEO_PLAYER
+if HAVE_GSTREAMER
+videotest_DATA += $(videos)
endif
-EXTRA_DIST = $(videotest_DATA)
+EXTRA_DIST = $(videos)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]