summaryrefslogtreecommitdiff
path: root/test-suite/standalone
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-09-17 13:43:55 +0200
committerLudovic Courtès <ludo@gnu.org>2014-09-17 13:43:55 +0200
commitb38c19a5a5935dc5b874625767ed4951452f46c2 (patch)
tree39883972480311e4807e2b109016de894716b8c5 /test-suite/standalone
parent9233c05585c908b6e1612001eda51cf9c0324d91 (diff)
downloadguile-b38c19a5a5935dc5b874625767ed4951452f46c2.tar.gz
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.
Diffstat (limited to 'test-suite/standalone')
-rw-r--r--test-suite/standalone/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am
index 6f676ebc8..2042c23cd 100644
--- a/test-suite/standalone/Makefile.am
+++ b/test-suite/standalone/Makefile.am
@@ -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