1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/array-map-tests
Bruno Haible 7561e64ee3 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.
2019-01-04 20:31:28 +01:00

16 lines
210 B
Plaintext

Files:
tests/test-array_map.c
tests/macros.h
Depends-on:
xlist
array-list
xalloc
configure.ac:
Makefile.am:
TESTS += test-array_map
check_PROGRAMS += test-array_map
test_array_map_LDADD = $(LDADD) @LIBINTL@