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/Makefile.am | |
parent | 848eda70900d77f2acb49c8a5558f01d5720623d (diff) | |
download | gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.tar gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.tar.gz gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.tar.bz2 gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.tar.lz gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.tar.xz 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/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 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 \ |