aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-14 22:16:20 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-14 23:35:06 +0200
commit173b944ef8f1dd3f971a6089a52fcd1ae07ca8f1 (patch)
treead6f8c53b76b6975ddb8abe1cdc64d7677d58aee /TODO
parent4b642caf1114f6a354c21444d1fdccba3cb894b9 (diff)
downloadqpdf-173b944ef8f1dd3f971a6089a52fcd1ae07ca8f1.tar.zst
Split qpdf.test into multiple test suites
This makes it a lot easier to run parts of the test suite.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index f265f26c..bbf203d4 100644
--- a/TODO
+++ b/TODO
@@ -39,13 +39,12 @@ Other (do in any order):
settings for QPDF and QPDFJob. This probably includes adding a
Pl_Ostream pipeline.
* Nice to have:
- * Split qpdf.test into multiple tests
* In libtests, separate executables that need the object library
from those that strictly use public API. Move as many of the test
drivers from the qpdf directory into the latter category as long
as doing so isn't too troublesome from a coverage standpoint.
* Rework tests so that nothing is written into the source directory.
- * Ideally then the entire build could be done with a read-only
+ Ideally then the entire build could be done with a read-only
source tree.
Soon: Break ground on "Document-level work"