[gobject-introspection/wip/cmph-rebase3: 1/9] Makefile.am: Add GTESTER_PROGS
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/wip/cmph-rebase3: 1/9] Makefile.am: Add GTESTER_PROGS
- Date: Thu, 2 Dec 2010 18:05:39 +0000 (UTC)
commit d17d7913d689a857f006a31a87160b40517019b6
Author: Colin Walters <walters verbum org>
Date: Thu Nov 11 15:33:41 2010 -0500
Makefile.am: Add GTESTER_PROGS
This is a list of test programs to run under "gtester".
Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1e11115..edffff6 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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]