[tracker/functional-tests-applications] functional-tests: Add data directory and content for apps tests
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/functional-tests-applications] functional-tests: Add data directory and content for apps tests
- Date: Fri, 28 Jan 2011 12:35:38 +0000 (UTC)
commit 234340270ec2c207a1923e57b208558448055c20
Author: Ivan Frade <ivan frade nokia com>
Date: Fri Jan 28 14:30:17 2011 +0200
functional-tests: Add data directory and content for apps tests
configure.ac | 1 +
tests/functional-tests/Makefile.am | 1 +
tests/functional-tests/test-apps-data/Makefile.am | 10 ++++++++++
.../test-apps-data/test-image-1.jpg | Bin 0 -> 7558 bytes
.../test-apps-data/test-music-1.mp3 | Bin 0 -> 61547 bytes
.../test-apps-data/test-video-1.mp4 | Bin 0 -> 211931 bytes
6 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9f1f07e..bf18f98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2114,6 +2114,7 @@ AC_CONFIG_FILES([
tests/functional-tests/test-ontologies/superclass-remove/Makefile
tests/functional-tests/test-ontologies/property-promotion/Makefile
tests/functional-tests/test-ontologies/basic-future/Makefile
+ tests/functional-tests/test-apps-data/Makefile
tests/functional-tests/ttl/Makefile
tests/Makefile
tests/tracker-steroids/Makefile
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index 9104403..5a6a562 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -6,6 +6,7 @@ SUBDIRS = \
test-configurations \
test-extraction-data \
test-writeback-data \
+ test-apps-data \
ttl \
unittest2 \
test-ontologies
diff --git a/tests/functional-tests/test-apps-data/Makefile.am b/tests/functional-tests/test-apps-data/Makefile.am
new file mode 100644
index 0000000..f77ecc6
--- /dev/null
+++ b/tests/functional-tests/test-apps-data/Makefile.am
@@ -0,0 +1,10 @@
+include $(top_srcdir)/Makefile.decl
+
+appstestdir = $(datadir)/tracker-tests/test-apps-data
+
+appstest_DATA = \
+ test-image-1.jpg \
+ test-music-1.mp3 \
+ test-video-1.mp4
+
+EXTRA_DIST = $(appstest_DATA)
diff --git a/tests/functional-tests/test-apps-data/test-image-1.jpg b/tests/functional-tests/test-apps-data/test-image-1.jpg
new file mode 100644
index 0000000..f1f917b
Binary files /dev/null and b/tests/functional-tests/test-apps-data/test-image-1.jpg differ
diff --git a/tests/functional-tests/test-apps-data/test-music-1.mp3 b/tests/functional-tests/test-apps-data/test-music-1.mp3
new file mode 100644
index 0000000..bbd4c76
Binary files /dev/null and b/tests/functional-tests/test-apps-data/test-music-1.mp3 differ
diff --git a/tests/functional-tests/test-apps-data/test-video-1.mp4 b/tests/functional-tests/test-apps-data/test-video-1.mp4
new file mode 100644
index 0000000..915e4be
Binary files /dev/null and b/tests/functional-tests/test-apps-data/test-video-1.mp4 differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]