]> Savannah Git Hosting - gnulib.git/commit
fnmatch tests: Add many more test cases.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2023 23:43:43 +0000 (01:43 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2023 23:43:43 +0000 (01:43 +0200)
commitd690d055f8a0348c67fc99c81573fc389257831b
tree928cd9b011d58a74a03e6b7fc98329ca654bae66
parent25cb158406a9d4f738dfff107dca2e2e6414308d
fnmatch tests: Add many more test cases.

* lib/fnmatch.in.h (GNULIB_defined_fnmatch_function): New macro.
* tests/test-fnmatch.c: Add many more test cases.
* tests/test-fnmatch-1.sh: New file, based on tests/test-mbrtoc32-5.sh.
* tests/test-fnmatch-2.sh: New file, based on tests/test-mbrtoc32-1.sh.
* tests/test-fnmatch-3.sh: New file, based on tests/test-mbrtoc32-2.sh.
* tests/test-fnmatch-4.sh: New file, based on tests/test-mbrtoc32-3.sh.
* tests/test-fnmatch-5.sh: New file, based on tests/test-mbrtoc32-4.sh.
* tests/test-fnmatch-w32.c: New file, based on tests/test-mbrtoc32-w32.c
and tests/test-fnmatch.c.
* tests/test-fnmatch-w32-1.sh: New file, based on
tests/test-mbrtoc32-w32-1.sh.
* tests/test-fnmatch-w32-2.sh: New file, based on
tests/test-mbrtoc32-w32-2.sh.
* tests/test-fnmatch-w32-3.sh: New file, based on
tests/test-mbrtoc32-w32-3.sh.
* tests/test-fnmatch-w32-4.sh: New file, based on
tests/test-mbrtoc32-w32-4.sh.
* tests/test-fnmatch-w32-5.sh: New file, based on
tests/test-mbrtoc32-w32-5.sh.
* tests/test-fnmatch-w32-6.sh: New file, based on
tests/test-mbrtoc32-w32-6.sh.
* tests/test-fnmatch-w32-7.sh: New file, based on
tests/test-mbrtoc32-w32-7.sh.
* modules/fnmatch-tests: Add the new program and shell scripts.
17 files changed:
ChangeLog
lib/fnmatch.in.h
modules/fnmatch-tests
tests/test-fnmatch-1.sh [new file with mode: 0755]
tests/test-fnmatch-2.sh [new file with mode: 0755]
tests/test-fnmatch-3.sh [new file with mode: 0755]
tests/test-fnmatch-4.sh [new file with mode: 0755]
tests/test-fnmatch-5.sh [new file with mode: 0755]
tests/test-fnmatch-w32-1.sh [new file with mode: 0755]
tests/test-fnmatch-w32-2.sh [new file with mode: 0755]
tests/test-fnmatch-w32-3.sh [new file with mode: 0755]
tests/test-fnmatch-w32-4.sh [new file with mode: 0755]
tests/test-fnmatch-w32-5.sh [new file with mode: 0755]
tests/test-fnmatch-w32-6.sh [new file with mode: 0755]
tests/test-fnmatch-w32-7.sh [new file with mode: 0755]
tests/test-fnmatch-w32.c [new file with mode: 0644]
tests/test-fnmatch.c