1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/strerror_l-tests
Bruno Haible aca44006e3 strerror_l tests: Fix link error.
* modules/strerror_l-tests (Makefile.am): Link the test program with
LIBINTL.
2025-02-24 08:07:40 +01:00

17 lines
259 B
Plaintext

Files:
tests/test-strerror_l.c
tests/signature.h
tests/macros.h
Depends-on:
newlocale
freelocale
xalloc
configure.ac:
Makefile.am:
TESTS += test-strerror_l
check_PROGRAMS += test-strerror_l
test_strerror_l_LDADD = $(LDADD) @LIBINTL@ $(GETLOCALENAME_L_LIB)