summaryrefslogtreecommitdiff
path: root/tests/test-dfa-match-aux.c
Commit message (Collapse)AuthorAgeFilesLines
* dfa tests: Fix test failure on mingw differently.Bruno Haible2023-04-221-0/+7
| | | | | | | | | Suggested by Paul Eggert. * tests/test-dfa-invalid-char-class.sh: Revert last change. * tests/test-dfa-match-aux.c: Include binary-io.h. (main): Put stdout into binary mode. * modules/dfa-tests (Depends-on): Add binary-io.
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* test-dfa-match-aux.c: accept EREs, not BREsJim Meyering2020-11-011-1/+1
| | | | | * tests/test-dfa-match-aux.c (main): Specify RE_SYNTAX_EGREP, not RE_SYNTAX_GREP, so tests can use ERE syntax rather than BRE.
* dfa-tests: port to MSVCPaul Eggert2020-07-271-5/+5
| | | | | | | | | | | | Problem reported by Gisle Vanem in: https://lists.gnu.org/r/bug-gnulib/2020-07/msg00159.html Also, remove an unnecessary dependency on getprogname. * modules/dfa-tests (Depends-on): Remove getprogname. * tests/test-dfa-match-aux.c: Do not include getprogname.h. (exit_status): New static var. (dfawarn): Set it instead of exiting. Do not declare as _Noreturn, to pacify MSVC. (main): Return exit_status.
* dfa tests: Follow common file naming conventions.Bruno Haible2020-07-031-0/+73
* tests/test-dfa-match-aux.c: Renamed from tests/dfa-match-aux.c. * tests/test-dfa-match.sh: Renamed from tests/dfa-match.sh. Update. * tests/test-dfa-invalid-char-class.sh: Renamed from tests/dfa-invalid-char-class.sh. Update. * modules/dfa-tests (Files, Makefile.am): Update.