1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

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.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Andreas Rottmann 2010-08-15 16:52:00 +02:00 committed by Ludovic Courtès
parent fa2a89a6d1
commit b6dcf01abc

View file

@ -167,7 +167,8 @@ TESTS += test-extensions
test_srfi_1_SOURCES = test-srfi-1.c test_srfi_1_SOURCES = test-srfi-1.c
test_srfi_1_CFLAGS = ${test_cflags} test_srfi_1_CFLAGS = ${test_cflags}
test_srfi_1_LDADD = \ 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 check_PROGRAMS += test-srfi-1
TESTS += test-srfi-1 TESTS += test-srfi-1