1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/setlocale-null-tests
Bruno Haible 138fa3d5e5 setlocale-null: Rename LIB_SETLOCALE_NULL to SETLOCALE_NULL_LIB.
* m4/setlocale_null.m4: Rename LIB_SETLOCALE_NULL to SETLOCALE_NULL_LIB.
All uses changed.
* NEWS: Mention the change
2023-01-07 18:06:52 +01:00

24 lines
621 B
Plaintext

Files:
tests/test-setlocale_null.c
tests/test-setlocale_null-mt-one.c
tests/test-setlocale_null-mt-all.c
Depends-on:
thread
nanosleep
configure.ac:
Makefile.am:
TESTS += \
test-setlocale_null \
test-setlocale_null-mt-one \
test-setlocale_null-mt-all
check_PROGRAMS += \
test-setlocale_null \
test-setlocale_null-mt-one \
test-setlocale_null-mt-all
test_setlocale_null_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@
test_setlocale_null_mt_one_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@ $(LIBMULTITHREAD) $(NANOSLEEP_LIB)
test_setlocale_null_mt_all_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@ $(LIBMULTITHREAD) $(NANOSLEEP_LIB)