diff options
author | Martin Pitt <martinpitt@gnome.org> | 2012-10-17 11:17:36 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2012-10-17 11:21:46 +0200 |
commit | 18c450425fe43c99470e19af0dfc25696cb1d8a1 (patch) | |
tree | cfa0ba1e339fbaeb16b6cde1e59a482193a7e40d /test | |
parent | 7f12336703742e826c995a3b649af0786c43a595 (diff) | |
download | gvfs-18c450425fe43c99470e19af0dfc25696cb1d8a1.tar.gz |
Ship test files
Ship auxiliary test/files/* which are needed for the tests. Fixes distcheck.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 840eeb1b..7c740b51 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -74,4 +74,12 @@ installcheck-local: gvfs-test CLEANFILES=$(CONFIG_FILES) -EXTRA_DIST = benchmark-common.c session.conf.in gvfs-test run-in-tree.sh +EXTRA_DIST = \ + benchmark-common.c \ + session.conf.in \ + gvfs-test \ + run-in-tree.sh \ + files/ssh_host_rsa_key files \ + files/ssh_host_rsa_key.pub \ + files/testcert.pem \ + $(NULL) |