summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manishsinha@ubuntu.com>2012-08-26 19:13:59 -0700
committerManish Sinha <manishsinha@ubuntu.com>2012-08-26 19:13:59 -0700
commit769a5e311a1e5024703091018a6d66e26a5c5f12 (patch)
treeee90945abc33f7c4c3e0de7544751fad1c528036
parent48afc4b96014e9e8ede6e1f6fed40ed281ab12bf (diff)
downloadzeitgeist-0.9.5.tar.gz
Add test/data folder to final tarballv0.9.50.9.5
-rw-r--r--configure.ac1
-rw-r--r--test/Makefile.am1
-rw-r--r--test/data/Makefile.am15
3 files changed, 17 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cdaed5e4..a925ca80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,6 +52,7 @@ AC_CONFIG_FILES([
test/Makefile
test/dbus/Makefile
test/direct/Makefile
+ test/data/Makefile
doc/Makefile
po/Makefile.in
])
diff --git a/test/Makefile.am b/test/Makefile.am
index a4da622b..d7dcbe4e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -3,4 +3,5 @@ NULL =
SUBDIRS = \
dbus \
direct \
+ data \
$(NULL)
diff --git a/test/data/Makefile.am b/test/data/Makefile.am
new file mode 100644
index 00000000..5031813b
--- /dev/null
+++ b/test/data/Makefile.am
@@ -0,0 +1,15 @@
+NULL =
+
+EXTRA_DIST = \
+ five_events.js \
+ five_events_ext_move.js \
+ incomplete_events.js \
+ single_event.js \
+ three_events.js \
+ twenty_events.js \
+ unicode_event.js \
+ $(NULL)
+
+DISTCLEANFILES = \
+ $(NULL)
+