unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: guile-devel <guile-devel@gnu.org>
Subject: guile-clutter, clutter-devel: fixing make check
Date: Sat, 19 Apr 2014 15:41:18 -0300	[thread overview]
Message-ID: <20140419154118.54648d53@capac> (raw)

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

Hello,

	guile-clutter
	  clutter-devel: fixing make check

Patch review solicited: note that I am autotool kind of blind.  Thanks to Ludovic who
kindly suggested, on irc, the corrections to be made, but please double check, tx.

I think this patch should probably be also applied to the clutter branch as well
otherwise make check will raise a bug (unless using an old automake version), wdyt?

Thanks,
David

ps:	out of curiosity, any one knows the exact version of automake from which
	the actual tests.mk code would raise a bug? Should I mention that in the
	commit message?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-fixing-make-check.patch --]
[-- Type: text/x-patch, Size: 1319 bytes --]

From ad24ba7d76f8232b9f4a0c9d92a74c68df828314 Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@altosw.be>
Date: Sat, 19 Apr 2014 14:51:05 -0300
Subject: [PATCH] fixing make check
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* tests.mk: TESTS_ENVIRONMENT variable definition split into
  TESTS_ENVIRONMENT, SCM_LOG_COMPILER and TEST_EXTENSIONS has
  requested by recent automake versions.

  Thanks to Ludovic Courtés who suggested this fix on irc.  See
  info "(automake) Parallel Test Harness" for further details.
---
 tests.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests.mk b/tests.mk
index 87abd3b..f6676f3 100644
--- a/tests.mk
+++ b/tests.mk
@@ -34,7 +34,9 @@ WRAPSET_TESTS_ENV = WRAPSET_MODULES="$(wrapset_modules)" WRAPSET_API_FILE=$(srcd
 DEV_ENV = $(top_builddir)/dev-environ
 GUILE=$(if $(findstring glib,$(AG_PACKAGES)),guile,guile-gnome-$(API_VERSION))
 
-TESTS_ENVIRONMENT=$(WRAPSET_TESTS_ENV) $(DEV_ENV) $(GUILE) $(GUILE_FLAGS) -e main -s
+TESTS_ENVIRONMENT=$(WRAPSET_TESTS_ENV) $(DEV_ENV)
+SCM_LOG_COMPILER = $(GUILE) $(GUILE_FLAGS) -e main -s
+TEST_EXTENSIONS = .scm
 
 wrapset.api.update:
 	$(WRAPSET_TESTS_ENV) $(DEV_ENV)	$(GUILE) -e update-api -s $(srcdir)/wrapset.scm
-- 
1.9.1


                 reply	other threads:[~2014-04-19 18:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140419154118.54648d53@capac \
    --to=david@altosw.be \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).