diff mupdf-source/thirdparty/zint/frontend/tests/README @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mupdf-source/thirdparty/zint/frontend/tests/README	Mon Sep 15 11:43:07 2025 +0200
@@ -0,0 +1,24 @@
+% frontend/tests/README 2024-01-12
+
+Zint frontend test suite
+------------------------
+
+See <project-dir>/backend/tests/README to see how to build the test suite.
+In addition to the setup for the backend tests, the environment needs to be
+able to find the `zint` application using that name. In UNIX-like systems
+this can be configured by prepending the PATH variable with the frontend's
+directory inside the build directory:
+
+cd <build-dir>
+export PATH=$(pwd)/frontend:${PATH}
+
+
+------------------------------------------------------------------------------
+the frontend test will be automatically run by cmake's ctest, however manual
+invocation is also possible:
+
+cd <build-dir>/frontend/test
+./test_args
+
+As with the backend tests, individual test functions and single dataset items
+can be run using '-f <func-name>' and '-i <index>' etc.