diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-10-12 00:18:02 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-10-12 00:21:26 +0200 |
commit | 8e999efb4f617d01b876f9b9d41cea11385cf3f9 (patch) | |
tree | f1f8d74acf763756ba75083198d657ed02dacb49 /.gitignore | |
parent | 7dfcc1d1fda1a9bd388ea0823e9b24807782b59e (diff) | |
download | gvfs-8e999efb4f617d01b876f9b9d41cea11385cf3f9.tar.gz |
Initial version of testing framework
This is an initial import of the gvfs-test test frameworks
from Martin Pitt, integrated into the gvfs tree.
For now its only run if you make test in the tests subdir
as some tests are failing. It also doesn't use the gvfs-testbed
script to launch a fuller test environment
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,6 @@ Makefile.in *.exe .deps .libs -test aclocal.m4 autom4te.cache config.cache @@ -41,3 +40,5 @@ gtk-doc.make monitor/proxy/gvfsvolumemonitordbus.* metadata/metadata-dbus.* common/gvfsdbus.* +man/*.1 +man/*.7 |