aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf-ctest.c
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-16 21:06:04 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-16 21:40:56 +0100
commit4024953682f7679f51c1584cbe47b65dbaa9c6d5 (patch)
tree2fc5e12f81dbc7d0d2fea4c6126ac9fadbbe169b /qpdf/qpdf-ctest.c
parent9bb6f570ec73c6154748596d04a6f10c41c57721 (diff)
downloadqpdf-4024953682f7679f51c1584cbe47b65dbaa9c6d5.tar.zst
Output C test n done at the end of each qpdf-ctest
Diffstat (limited to 'qpdf/qpdf-ctest.c')
-rw-r--r--qpdf/qpdf-ctest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpdf/qpdf-ctest.c b/qpdf/qpdf-ctest.c
index a0819599..90ebdcd4 100644
--- a/qpdf/qpdf-ctest.c
+++ b/qpdf/qpdf-ctest.c
@@ -1152,6 +1152,7 @@ int main(int argc, char* argv[])
fn(infile, password, outfile, xarg);
qpdf_cleanup(&qpdf);
assert(qpdf == 0);
+ printf("C test %d done\n", n);
return 0;
}