Commit Graph

20 Commits

Author SHA1 Message Date
Tom Alexander ea52dc60be
Add a literate tutorial for building emacs to the foreign documents test. 2023-10-31 16:33:11 -04:00
Tom Alexander 9a4d290cf8
Apply more suggestions. 2023-10-16 19:12:25 -04:00
Tom Alexander 123da9cca3
Make the compare functions async. 2023-10-14 17:51:12 -04:00
Tom Alexander 74a3512038
Report whether all the tests passed. 2023-10-14 17:50:53 -04:00
Tom Alexander ff04c4a131
Sort files in a compare_all_org_document. 2023-10-14 17:50:53 -04:00
Tom Alexander aa35d1dc03
Copy over the rest of the foreign document test config. 2023-10-14 15:18:57 -04:00
Tom Alexander 92afdc0ea6
Strip prefix from file path. 2023-10-14 15:18:57 -04:00
Tom Alexander f43920fc7c
Add a silent mode for running the diff. 2023-10-14 15:18:57 -04:00
Tom Alexander dde4bc7920
Add code for structured printing of test results. 2023-10-14 14:30:24 -04:00
Tom Alexander 8271f6b44a
Start invoking the tests. 2023-10-13 13:20:21 -04:00
Tom Alexander 8a26965e14
Write a function to compare all org-mode files in a directory. 2023-10-13 13:02:17 -04:00
Tom Alexander 3927889e66
Change test status to pass/fail. 2023-10-13 12:14:46 -04:00
Tom Alexander 5ecd7b8bef
Launch tests in parallel. 2023-10-13 12:07:52 -04:00
Tom Alexander b0b795d13b
Limit concurrency of running tests. 2023-10-13 11:41:49 -04:00
Tom Alexander 182c2737cd
Add futures. 2023-10-13 11:27:43 -04:00
Tom Alexander 5f93cabff5
Hit recursive async. 2023-10-13 11:27:42 -04:00
Tom Alexander a1f8cbe079
Working on invoking the tests. 2023-10-13 11:27:42 -04:00
Tom Alexander d7e870cba1
Starting to make result structs. 2023-10-13 11:27:42 -04:00
Tom Alexander 591b5ed382
Starting to define a TestConfig enum. 2023-10-13 11:27:42 -04:00
Tom Alexander fd141762f0
Start a rust-based foreign document test.
Instead of using a simple bash script, this will use async rust to run multiple tests in parallel.
2023-10-13 11:27:42 -04:00