aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-18 02:06:23 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-03-19 00:53:18 +0100
commite316e90d1f3124e1ddb7f33f77b91af178b963bd (patch)
tree810730d6012f5f865743e5bcdfadd38ea00b0466 /README-maintainer
parentacdf5b2e7a9b3074125bc95bfcf7e6abdc9704b4 (diff)
downloadqpdf-e316e90d1f3124e1ddb7f33f77b91af178b963bd.tar.zst
Add installed package smoke tests in pkg-test directory
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer11
1 files changed, 10 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index fd787e6b..3bac1549 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -326,6 +326,15 @@ rehash
pip3 install .
pytest -n auto
+* Run package tests:
+
+cmake -S . -B build.tmp -DCMAKE_BUILD_TYPE=RelWithDebInfo
+cmake --build build.tmp -j$(nproc)
+DESTDIR=/tmp/inst cmake --install build.tmp
+env PKG_CONFIG_PATH=/tmp/inst/usr/local/lib/pkgconfig \
+ CMAKE_PREFIX_PATH=/tmp/inst/usr/local \
+ ./pkg-test/run-all
+
CREATING A RELEASE
@@ -339,7 +348,7 @@ CREATING A RELEASE
version=x.y.z
gpg --detach-sign --armor qpdf-$version.tar.gz
-* Build and test the debian package
+* Build and test the debian package. This includes running autopkgtest.
* Add a calendar reminder to check the status of the debian package to
make sure it is transitioning properly and to resolve any issues.