mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-getlocalename_l.c: New file. * modules/getlocalename_l-simple-tests: New file.
17 lines
288 B
Plaintext
17 lines
288 B
Plaintext
Files:
|
|
tests/test-getlocalename_l.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
newlocale
|
|
freelocale
|
|
setlocale
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-getlocalename_l
|
|
check_PROGRAMS += test-getlocalename_l
|
|
test_getlocalename_l_LDADD = $(LDADD) @GETLOCALENAME_L_LIB@ $(SETLOCALE_LIB)
|