mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
tests: Link test against Gnulib.
Reported by Eli Zaretskii <eliz@gnu.org>. * test-suite/standalone/Makefile.am (test_scm_take_locale_symbol_LDADD): Add libgnu.la, for the 'strdup' replacement.
This commit is contained in:
parent
9233c05585
commit
b38c19a5a5
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ TESTS += test-scm-c-read
|
|||
# test-scm-take-locale-symbol
|
||||
test_scm_take_locale_symbol_SOURCES = test-scm-take-locale-symbol.c
|
||||
test_scm_take_locale_symbol_CFLAGS = ${test_cflags}
|
||||
test_scm_take_locale_symbol_LDADD = $(LIBGUILE_LDADD)
|
||||
test_scm_take_locale_symbol_LDADD = \
|
||||
$(LIBGUILE_LDADD) $(top_builddir)/lib/libgnu.la
|
||||
check_PROGRAMS += test-scm-take-locale-symbol
|
||||
TESTS += test-scm-take-locale-symbol
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue