aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-03 13:05:04 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-04 00:31:22 +0200
commitb20f0519224b0c089f78730fb20291cc2d539979 (patch)
treee57a1975467bb26c8431111aa622f36cc28f152e /TODO
parent3d9bac43da5937235c962a53e68475f796c370aa (diff)
downloadqpdf-b20f0519224b0c089f78730fb20291cc2d539979.tar.zst
TODO note about test suites
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 14b7cfcb..8eae1090 100644
--- a/TODO
+++ b/TODO
@@ -30,6 +30,10 @@ Other (do in any order):
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
source tree.