[gvfs] gvfs-test: Integrate into "make installcheck"



commit 10e3705ed5f74840a5d7e13afa1df18f196becce
Author: Martin Pitt <martinpitt gnome org>
Date:   Fri Oct 12 15:17:35 2012 +0200

    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

 test/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index 26977b5..ebf6de7 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]