[epiphany] tests: include tests/data/ in dist



commit d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Thu May 24 00:35:16 2012 -0500

    tests: include tests/data/ in dist
    
    Otherwise tests using its contents will fail on distcheck.

 configure.ac           |    1 +
 tests/Makefile.am      |    2 ++
 tests/data/Makefile.am |    1 +
 3 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 21c1430..73472f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -327,6 +327,7 @@ src/bookmarks/Makefile
 src/epiphany.h
 po/Makefile.in
 tests/Makefile
+tests/data/Makefile
 ],
 [],
 [EPIPHANY_API_VERSION=$EPIPHANY_API_VERSION])
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ee6f2d3..3e3b00d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = data
+
 noinst_PROGRAMS = \
 	test-ephy-download \
 	test-ephy-embed-single \
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
new file mode 100644
index 0000000..3b4c507
--- /dev/null
+++ b/tests/data/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = user-dirs.dirs



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]