mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
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.
This commit is contained in:
24
ChangeLog
24
ChangeLog
@@ -1,3 +1,27 @@
|
|||||||
|
2023-08-13 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
2023-08-13 Bruno Haible <bruno@clisp.org>
|
2023-08-13 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
nproc, physmem: Use sysctl() as a fallback on GNU/kFreeBSD.
|
nproc, physmem: Use sysctl() as a fallback on GNU/kFreeBSD.
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/test-boot-time.c
|
tests/test-boot-time.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -2,6 +2,7 @@ Files:
|
|||||||
tests/test-dprintf-gnu.sh
|
tests/test-dprintf-gnu.sh
|
||||||
tests/test-dprintf-gnu.c
|
tests/test-dprintf-gnu.c
|
||||||
tests/test-printf-gnu.output
|
tests/test-printf-gnu.output
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
dprintf-posix-tests
|
dprintf-posix-tests
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/test-fclose.c
|
tests/test-fclose.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
fdopen
|
fdopen
|
||||||
|
@@ -2,6 +2,7 @@ Files:
|
|||||||
tests/test-getcwd.sh
|
tests/test-getcwd.sh
|
||||||
tests/test-getcwd.c
|
tests/test-getcwd.c
|
||||||
tests/qemu.h
|
tests/qemu.h
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
errno
|
errno
|
||||||
|
@@ -3,6 +3,7 @@ tests/test-rwlock1.c
|
|||||||
tests/test-lock.c
|
tests/test-lock.c
|
||||||
tests/test-once.c
|
tests/test-once.c
|
||||||
tests/atomic-int-gnulib.h
|
tests/atomic-int-gnulib.h
|
||||||
|
tests/macros.h
|
||||||
m4/semaphore.m4
|
m4/semaphore.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/test-nullptr-c++.cc
|
tests/test-nullptr-c++.cc
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Status:
|
Status:
|
||||||
c++-test
|
c++-test
|
||||||
|
@@ -8,6 +8,7 @@ tests/executable-script
|
|||||||
tests/executable-script.sh
|
tests/executable-script.sh
|
||||||
tests/executable-shell-script
|
tests/executable-shell-script
|
||||||
tests/signature.h
|
tests/signature.h
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
posix_spawn_file_actions_init
|
posix_spawn_file_actions_init
|
||||||
|
@@ -8,6 +8,7 @@ tests/executable-script
|
|||||||
tests/executable-script.sh
|
tests/executable-script.sh
|
||||||
tests/executable-shell-script
|
tests/executable-shell-script
|
||||||
tests/signature.h
|
tests/signature.h
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
posix_spawn_file_actions_init
|
posix_spawn_file_actions_init
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/test-readutmp.c
|
tests/test-readutmp.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
array-mergesort
|
array-mergesort
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/test-sh-quote.c
|
tests/test-sh-quote.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/unigbrk/test-u16-grapheme-breaks.c
|
tests/unigbrk/test-u16-grapheme-breaks.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/unigbrk/test-u16-grapheme-next.c
|
tests/unigbrk/test-u16-grapheme-next.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/unigbrk/test-u16-grapheme-prev.c
|
tests/unigbrk/test-u16-grapheme-prev.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/unigbrk/test-u32-grapheme-breaks.c
|
tests/unigbrk/test-u32-grapheme-breaks.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/unigbrk/test-u32-grapheme-next.c
|
tests/unigbrk/test-u32-grapheme-next.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/unigbrk/test-u32-grapheme-prev.c
|
tests/unigbrk/test-u32-grapheme-prev.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/unigbrk/test-u8-grapheme-breaks.c
|
tests/unigbrk/test-u8-grapheme-breaks.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/unigbrk/test-u8-grapheme-next.c
|
tests/unigbrk/test-u8-grapheme-next.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/unigbrk/test-u8-grapheme-prev.c
|
tests/unigbrk/test-u8-grapheme-prev.c
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
@@ -2,6 +2,7 @@ Files:
|
|||||||
tests/unigbrk/test-uc-grapheme-breaks.c
|
tests/unigbrk/test-uc-grapheme-breaks.c
|
||||||
tests/unigbrk/test-uc-grapheme-breaks.sh
|
tests/unigbrk/test-uc-grapheme-breaks.sh
|
||||||
tests/unigbrk/GraphemeBreakTest.txt
|
tests/unigbrk/GraphemeBreakTest.txt
|
||||||
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user