You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if an autotools user wants to test the compiled code they need to do that manually.
Since the process described in the readme is repetetive this could be achieved by the build system (ex. ENABLE_TESTING option).
Another added benefit would be that the test programs needing the tiff library could not be built.
That way a build with -DWITH_TIFF=OFF and -DENABLE_TESTING=OFF would not need libtiff all, as it now does.
The text was updated successfully, but these errors were encountered:
fkobi
changed the title
Automatize testing
autotools: automatize testing
Jan 11, 2025
Right now if an autotools user wants to test the compiled code they need to do that manually.
Since the process described in the readme is repetetive this could be achieved by the build system (ex.
ENABLE_TESTING
option).Another added benefit would be that the test programs needing the tiff library could not be built.
That way a build with
-DWITH_TIFF=OFF
and-DENABLE_TESTING=OFF
would not needlibtiff
all, as it now does.The text was updated successfully, but these errors were encountered: