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:
parent
fa2a89a6d1
commit
b6dcf01abc
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue