aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpkg-test/test-cmake5
-rwxr-xr-xpkg-test/test-pkg-config5
2 files changed, 5 insertions, 5 deletions
diff --git a/pkg-test/test-cmake b/pkg-test/test-cmake
index ab986f8e..868ce363 100755
--- a/pkg-test/test-cmake
+++ b/pkg-test/test-cmake
@@ -1,8 +1,9 @@
#!/bin/sh
#
# Test that the installed qpdf development packages enable a qpdf
-# application to be build with information from pkg-config. Requires
-# pkg-config as well as libqpdf development dependencies.
+# application to be built with cmake using qpdf's cmake package
+# information. Requires cmake as well as libqpdf development
+# dependencies.
#
set -ex
diff --git a/pkg-test/test-pkg-config b/pkg-test/test-pkg-config
index ea469f1b..4c46a59c 100755
--- a/pkg-test/test-pkg-config
+++ b/pkg-test/test-pkg-config
@@ -1,9 +1,8 @@
#!/bin/sh
#
# Test that the installed qpdf development packages enable a qpdf
-# application to be build with cmake using qpdf's cmake package
-# information. Requires cmake as well as libqpdf development
-# dependencies.
+# application to be built with cmake. Requires cmake as well as
+# libqpdf development dependencies.
#
set -ex