Skip to content

test: avoid running tool tests if not built

Sam James requested to merge thesamesam/libtiff:skip-thumbnail-test into master

In Gentoo, we avoid building the tools for multilib (32-bit, x86) builds on amd64/x86_64 because we only need the library to keep binary applications working.

This MR changes the build system to only run the tools tests if they were configured/enabled.

Fixes: #421 (closed)

Edited by Sam James

Merge request reports