Commit 1393f56e7c2432452d59338a4078f8f3435a957e
1 parent
43035c89
11.0.0: Fix typos in comments in pkg-test
Showing
2 changed files
with
5 additions
and
5 deletions
pkg-test/test-cmake
| 1 | 1 | #!/bin/sh |
| 2 | 2 | # |
| 3 | 3 | # Test that the installed qpdf development packages enable a qpdf |
| 4 | -# application to be build with information from pkg-config. Requires | |
| 5 | -# pkg-config as well as libqpdf development dependencies. | |
| 4 | +# application to be built with cmake using qpdf's cmake package | |
| 5 | +# information. Requires cmake as well as libqpdf development | |
| 6 | +# dependencies. | |
| 6 | 7 | # |
| 7 | 8 | set -ex |
| 8 | 9 | ... | ... |
pkg-test/test-pkg-config
| 1 | 1 | #!/bin/sh |
| 2 | 2 | # |
| 3 | 3 | # Test that the installed qpdf development packages enable a qpdf |
| 4 | -# application to be build with cmake using qpdf's cmake package | |
| 5 | -# information. Requires cmake as well as libqpdf development | |
| 6 | -# dependencies. | |
| 4 | +# application to be built with cmake. Requires cmake as well as | |
| 5 | +# libqpdf development dependencies. | |
| 7 | 6 | # |
| 8 | 7 | set -ex |
| 9 | 8 | ... | ... |