diff options
author | Martin Pitt <martinpitt@gnome.org> | 2012-10-12 15:17:35 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2012-10-15 09:18:22 +0200 |
commit | 10e3705ed5f74840a5d7e13afa1df18f196becce (patch) | |
tree | f1ede1fcfd4c18f41f864bfc010ada80cc59afb5 /test | |
parent | 5388836c5bd14474301301e170ee11cea51c6652 (diff) | |
download | gvfs-10e3705ed5f74840a5d7e13afa1df18f196becce.tar.gz |
gvfs-test: Integrate into "make installcheck"
This runs the tests against the system instead of the build tree, for system
integration/package tests.
https://bugzilla.gnome.org/show_bug.cgi?id=686006
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 26977b5a..ebf6de7a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -62,9 +62,14 @@ endif noinst_DATA= $(CONFIG_FILES) +# run tests against build tree check: $(CONFIG_FILES) gvfs-test $(srcdir)/run-in-tree.sh $(srcdir)/gvfs-test +# run tests against the installed system packages +installcheck-local: gvfs-test + $(srcdir)/gvfs-test + CLEANFILES=$(CONFIG_FILES) EXTRA_DIST = benchmark-common.c session.conf.in gvfs-test run-in-tree.sh |