diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-05-24 13:35:16 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-05-24 13:37:38 +0800 |
commit | d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94 (patch) | |
tree | a83eabba6dbc9248def61b19b60db7fc7ce19fb2 /tests | |
parent | 848eda70900d77f2acb49c8a5558f01d5720623d (diff) | |
download | gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.tar.gz gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.tar.zst gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.zip |
tests: include tests/data/ in dist
Otherwise tests using its contents will fail on distcheck.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/data/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ee6f2d3a4..3e3b00d92 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 000000000..3b4c50794 --- /dev/null +++ b/tests/data/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = user-dirs.dirs |