qpdf: get more useful test output

This commit is contained in:
Emily
2025-08-19 17:38:40 +01:00
parent d0470f2998
commit 4d5c554074
+7
View File
@@ -6,6 +6,7 @@
libjpeg,
perl,
zlib,
ctestCheckHook,
# for passthru.tests
cups-filters,
@@ -45,9 +46,15 @@ stdenv.mkDerivation (finalAttrs: {
libjpeg
];
nativeCheckInputs = [ ctestCheckHook ];
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
cmakeFlags = [
(lib.cmakeBool "SHOW_FAILED_TEST_OUTPUT" true)
];
preConfigure = ''
patchShebangs qtest/bin/qtest-driver
patchShebangs run-qtest