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

Dependency testing #8

Open
maandree opened this issue Mar 28, 2013 · 0 comments
Open

Dependency testing #8

maandree opened this issue Mar 28, 2013 · 0 comments
Milestone

Comments

@maandree
Copy link
Member

When proofreading it should be possible to build in a chroot environment
with only the decleared make dependencies. Than it should be possible
to manually test the program with only the declared runtime dependencies,
with each optional dependency optionally included. ldd could also be used
to find some dependencies (before stripping and compressing).

For each dependency, all available versions as well as exclusing, should
be tested, so that false inclusions and incorrect version range can be detected.
To make the time complexity reasonable, only one dependency is changed
at one time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant