unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] Fix test-srfi-1 linkage
@ 2010-08-13 16:31 Andreas Rottmann
  2010-08-19 12:32 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Rottmann @ 2010-08-13 16:31 UTC (permalink / raw)
  To: Guile Development

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: fix-test-srfi-1.diff --]
[-- Type: text/x-diff, Size: 1053 bytes --]

From: Andreas Rottmann <a.rottmann@gmx.at>
Subject: Link test-srfi-1 to libguile as well

With an installed copy of libguile in place, test-srfi-1 would be run
using that instead of the in-tree libguile.

* test-suite/standalone/Makefile.am (test_srfi_1_LDADD): Add libguile.

---
 test-suite/standalone/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am
index a748c1e..68c8360 100644
--- a/test-suite/standalone/Makefile.am
+++ b/test-suite/standalone/Makefile.am
@@ -167,7 +167,8 @@ TESTS += test-extensions
 test_srfi_1_SOURCES = test-srfi-1.c
 test_srfi_1_CFLAGS = ${test_cflags}
 test_srfi_1_LDADD =	\
-  ${top_builddir}/srfi/libguile-srfi-srfi-1-v-@LIBGUILE_SRFI_SRFI_1_MAJOR@.la
+  ${top_builddir}/srfi/libguile-srfi-srfi-1-v-@LIBGUILE_SRFI_SRFI_1_MAJOR@.la \
+  ${top_builddir}/libguile/libguile-@GUILE_EFFECTIVE_VERSION@.la
 check_PROGRAMS += test-srfi-1
 TESTS += test-srfi-1
 
-- 
tg: (802b47b..) t/fix-test-srfi-1 (depends on: master)

[-- Attachment #2: Type: text/plain, Size: 48 bytes --]


-- 
Andreas Rottmann -- <http://rotty.yi.org/>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix test-srfi-1 linkage
  2010-08-13 16:31 [PATCH] Fix test-srfi-1 linkage Andreas Rottmann
@ 2010-08-19 12:32 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2010-08-19 12:32 UTC (permalink / raw)
  To: guile-devel

Andreas Rottmann <a.rottmann@gmx.at> writes:

> From: Andreas Rottmann <a.rottmann@gmx.at>
> Subject: Link test-srfi-1 to libguile as well
>
> With an installed copy of libguile in place, test-srfi-1 would be run
> using that instead of the in-tree libguile.
>
> * test-suite/standalone/Makefile.am (test_srfi_1_LDADD): Add libguile.

Committed, BTW.  Thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-19 12:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-13 16:31 [PATCH] Fix test-srfi-1 linkage Andreas Rottmann
2010-08-19 12:32 ` Ludovic Courtès

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).