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

Prepare a default minimal test suite #3

Open
ezamriy opened this issue May 5, 2021 · 0 comments
Open

Prepare a default minimal test suite #3

ezamriy opened this issue May 5, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ezamriy
Copy link
Contributor

ezamriy commented May 5, 2021

We need to implement a minimal package integrity test suite that should be applied to any packages by default:

  • Package can be installed: all dependencies are present, no conflicts happening.
  • All shared libraries required by package binaries are installed as dependencies.
  • Every symlink from a package points to an existent file.
  • So-libraries don't have a trailing colon in RPATH.

I propose creating a separate git repository for those tests and use it by default. Although those tests are useful in most cases, there should be a way to turn them off for a task.

@ezamriy ezamriy added the enhancement New feature or request label May 5, 2021
@ezamriy ezamriy added this to the 0.1 version milestone May 5, 2021
Korulag added a commit that referenced this issue Jan 25, 2024
Korulag added a commit that referenced this issue Mar 1, 2024
Korulag added a commit that referenced this issue Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant