summaryrefslogtreecommitdiff
path: root/modules/bitset-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-01-04 20:31:18 +0100
committerBruno Haible <bruno@clisp.org>2019-01-04 20:31:28 +0100
commit7561e64ee35bc557815e918c80dd7f89d2ad41a7 (patch)
tree624d4451614eda72bb62654aac8f79a43af17871 /modules/bitset-tests
parent6dd4f65372e2af01dfd886cfbfedc941ef6f17e1 (diff)
downloadgnulib-7561e64ee35bc557815e918c80dd7f89d2ad41a7.tar.gz
Fix link errors in unit tests.
Reported by Tom G. Christensen <tgc@jupiterrise.com>. * modules/bitset-tests (Makefile.am): Link test-bitset against libintl. * modules/array-map-tests (Makefile.am): Link test-array_map against libintl. * modules/array-set-tests (Makefile.am): Link test-array_set against libintl. * modules/hash-map-tests (Makefile.am): Link test-hash_map against libintl. * modules/hash-set-tests (Makefile.am): Link test-hash_set against libintl. * modules/linkedhash-map-tests (Makefile.am): Link test-linkedhash_map against libintl. * modules/linkedhash-set-tests (Makefile.am): Link test-linkedhash_set against libintl.
Diffstat (limited to 'modules/bitset-tests')
-rw-r--r--modules/bitset-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bitset-tests b/modules/bitset-tests
index 4a7b8b32bb..f9a0f907d9 100644
--- a/modules/bitset-tests
+++ b/modules/bitset-tests
@@ -9,3 +9,4 @@ configure.ac:
Makefile.am:
TESTS += test-bitset
check_PROGRAMS += test-bitset
+test_bitset_LDADD = $(LDADD) @LIBINTL@