diff mupdf-source/thirdparty/zint/frontend/tests/README @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
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:44:09 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.