Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake: automatize testing #126

Open
fkobi opened this issue Jan 11, 2025 · 0 comments
Open

CMake: automatize testing #126

fkobi opened this issue Jan 11, 2025 · 0 comments

Comments

@fkobi
Copy link

fkobi commented 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 need libtiff all, as it now does.

@fkobi fkobi changed the title Automatize testing autotools: automatize testing Jan 11, 2025
@fkobi fkobi changed the title autotools: automatize testing CMake: automatize testing Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant