Commit b20f0519224b0c089f78730fb20291cc2d539979
1 parent
3d9bac43
TODO note about test suites
Showing
1 changed file
with
4 additions
and
0 deletions
TODO
| ... | ... | @@ -30,6 +30,10 @@ Other (do in any order): |
| 30 | 30 | Pl_Ostream pipeline. |
| 31 | 31 | * Nice to have: |
| 32 | 32 | * Split qpdf.test into multiple tests |
| 33 | + * In libtests, separate executables that need the object library | |
| 34 | + from those that strictly use public API. Move as many of the test | |
| 35 | + drivers from the qpdf directory into the latter category as long | |
| 36 | + as doing so isn't too troublesome from a coverage standpoint. | |
| 33 | 37 | * Rework tests so that nothing is written into the source directory. |
| 34 | 38 | * Ideally then the entire build could be done with a read-only |
| 35 | 39 | source tree. | ... | ... |