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:
2
tests/generate-5000.sh
Executable file
2
tests/generate-5000.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
clisp -q -x '(dotimes (i 5000) (write (random 10000000000000000) :base 36) (terpri))'
|
||||
Reference in New Issue
Block a user