comparison 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
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 % frontend/tests/README 2024-01-12
2
3 Zint frontend test suite
4 ------------------------
5
6 See <project-dir>/backend/tests/README to see how to build the test suite.
7 In addition to the setup for the backend tests, the environment needs to be
8 able to find the `zint` application using that name. In UNIX-like systems
9 this can be configured by prepending the PATH variable with the frontend's
10 directory inside the build directory:
11
12 cd <build-dir>
13 export PATH=$(pwd)/frontend:${PATH}
14
15
16 ------------------------------------------------------------------------------
17 the frontend test will be automatically run by cmake's ctest, however manual
18 invocation is also possible:
19
20 cd <build-dir>/frontend/test
21 ./test_args
22
23 As with the backend tests, individual test functions and single dataset items
24 can be run using '-f <func-name>' and '-i <index>' etc.