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

2
tests/generate-5000.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
clisp -q -x '(dotimes (i 5000) (write (random 10000000000000000) :base 36) (terpri))'