1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/hamt-tests
Bruno Haible 9ca3600636 hamt tests: Fix link error.
* modules/hamt-tests (Makefile.am): Link test-hamt against @LIBINTL@.
2021-04-15 02:19:24 +02:00

13 lines
166 B
Plaintext

Files:
tests/test-hamt.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-hamt
check_PROGRAMS += test-hamt
test_hamt_LDADD = $(LDADD) @LIBINTL@