mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
17 lines
259 B
Plaintext
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)
|