Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-23 | build-aux: Read emails one by one from mbox corpora. | Arun Isaac | |
Reading emails one by one avoids allocating memory for a list of emails. * build-aux/test-corpus.scm.in (read-next-email-in-mbox): New function. (test-corpus): Use port-transduce to read emails one by one. | |||
2021-10-23 | build-aux: Write failed corpus test emails to filesystem. | Arun Isaac | |
* build-aux/test-corpus.scm.in: Import (rnrs io ports), (srfi srfi-26), (srfi srfi-28), (srfi srfi-171), (ice-9 ftw) and (ice-9 match). (%fail-directory): New variable. (directory-files, write-failed-email): New function. Write failed corpus test emails to a "fail directory" specified on the command line. | |||
2021-06-14 | Add corpus test scripts. | Arun Isaac | |
* build-aux/pull-corpus.scm, build-aux/test-corpus.scm.in: New files. * configure.ac: Configure build-aux/test-corpus.scm. * .gitignore: Add build-aux/test-corpus.scm. |