1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/getlocalename_l-simple-tests
Bruno Haible e3466db8e2 getlocalename_l-simple: Add tests.
* tests/test-getlocalename_l.c: New file.
* modules/getlocalename_l-simple-tests: New file.
2025-02-21 11:25:54 +01:00

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)