1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

tests: Add unit test with many keywords.

* tests/generate-5000.sh: New file.
* tests/5000.gperf: New generated file.
* tests/5000.exp: New generated file.
* tests/Makefile.in (SOURCE_FILES): Add them.
(check-large): New rule.
This commit is contained in:
Bruno Haible
2025-04-19 14:47:55 +02:00
parent 3cb2d2f1d2
commit b52ad8ef32
5 changed files with 22012 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
2025-04-19 Bruno Haible <bruno@clisp.org>
tests: Add unit test with many keywords.
* tests/generate-5000.sh: New file.
* tests/5000.gperf: New generated file.
* tests/5000.exp: New generated file.
* tests/Makefile.in (SOURCE_FILES): Add them.
(check-large): New rule.
2025-04-19 Bruno Haible <bruno@clisp.org>
build: Update dependencies after 2025-04-16 change.