summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-11-11 15:33:41 -0500
committerColin Walters <walters@verbum.org>2010-11-16 17:01:07 -0500
commitc9d0441f7c8fb33f313ba65b11cb552afa4cf533 (patch)
tree7ec604f99baeecb81aa2e7191e8677bd4ed0c12c
parentc5cf4ecb0a393af0c9c7cd68859a2e481b6586d2 (diff)
downloadgobject-introspection-c9d0441f7c8fb33f313ba65b11cb552afa4cf533.tar.gz
Makefile.am: Add GTESTER_PROGS
This is a list of test programs to run under "gtester".
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e111153..edffff6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,8 @@ check_LTLIBRARIES =
check_PROGRAMS =
bin_PROGRAMS =
bin_SCRIPTS =
-noinst_PROGRAMS =
+GTESTER_PROGS =
+noinst_PROGRAMS = $(GTESTER_PROGS)
include common.mk
include Makefile.introspection
@@ -65,6 +66,7 @@ upload-release: $(distdir).tar.bz2
ssh gnome.org install-module $(distdir).tar.bz2
check-local:
+ gtester --verbose $(GTESTER_PROGS)
@test ! -d $(top_srcdir)/.git || (test -f .git/hooks/pre-commit || (echo -e "ERROR: missing \
pre-commit hook.\n\ncopy misc/pre-commit to .git/hooks"; false))
@test ! -d $(top_srcdir)/.git || (test -x .git/hooks/pre-commit || (echo -e "ERROR: pre-commit \