Hash :
ab1ff585
Author :
Date :
2023-08-14T02:02:31
Fix some test module descriptions. * modules/boot-time-tests (Files): Add tests/macros.h. * modules/dprintf-gnu-tests (Files): Likewise. * modules/fclose-tests (Files): Likewise. * modules/getcwd-tests (Files): Likewise. * modules/lock-tests (Files): Likewise. * modules/nullptr-c++-tests (Files): Likewise. * modules/posix_spawn-tests (Files): Likewise. * modules/posix_spawnp-tests (Files): Likewise. * modules/readutmp-tests (Files): Likewise. * modules/sh-quote-tests (Files): Likewise. * modules/unigbrk/u16-grapheme-breaks-tests (Files): Likewise. * modules/unigbrk/u16-grapheme-next-tests (Files): Likewise. * modules/unigbrk/u16-grapheme-prev-tests (Files): Likewise. * modules/unigbrk/u32-grapheme-breaks-tests (Files): Likewise. * modules/unigbrk/u32-grapheme-next-tests (Files): Likewise. * modules/unigbrk/u32-grapheme-prev-tests (Files): Likewise. * modules/unigbrk/u8-grapheme-breaks-tests (Files): Likewise. * modules/unigbrk/u8-grapheme-next-tests (Files): Likewise. * modules/unigbrk/u8-grapheme-prev-tests (Files): Likewise. * modules/unigbrk/uc-grapheme-breaks-tests (Files): Likewise.
Files:
tests/test-rwlock1.c
tests/test-lock.c
tests/test-once.c
tests/atomic-int-gnulib.h
tests/macros.h
m4/semaphore.m4
Depends-on:
thread
stdint
usleep
yield
configure.ac:
AC_CHECK_HEADERS_ONCE([semaphore.h])
AC_CHECK_DECLS_ONCE([alarm])
AC_REQUIRE([gl_SEMAPHORE])
Makefile.am:
TESTS += test-rwlock1 test-lock test-once1 test-once2
check_PROGRAMS += test-rwlock1 test-lock test-once1 test-once2
test_rwlock1_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@ @LIB_SEMAPHORE@
test_once1_SOURCES = test-once.c
test_once1_LDADD = $(LDADD) @LIBTHREAD@
test_once2_SOURCES = test-once.c
test_once2_LDADD = $(LDADD) @LIBMULTITHREAD@