Hash :
8837821a
Author :
Date :
2019-12-21T07:41:08
New convention for multithread-safety tests. * tests/test-setlocale_null-mt-one.c: Renamed from tests/test-setlocale_null-one.c. * tests/test-setlocale_null-mt-all.c: Renamed from tests/test-setlocale_null-all.c. * modules/setlocale-null-tests (Files, Makefile.am): Update.
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) @LIB_SETLOCALE_NULL@
test_setlocale_null_mt_one_LDADD = $(LDADD) @LIB_SETLOCALE_NULL@ $(LIBMULTITHREAD) $(LIB_NANOSLEEP)
test_setlocale_null_mt_all_LDADD = $(LDADD) @LIB_SETLOCALE_NULL@ $(LIBMULTITHREAD) $(LIB_NANOSLEEP)