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

Add test for correct installation #1381

Open
Framstag opened this issue Feb 26, 2023 · 0 comments
Open

Add test for correct installation #1381

Framstag opened this issue Feb 26, 2023 · 0 comments
Labels
build For issues in the context of building the software feature For issues and pull request that request or implement a new feature help wanted Signal that help of other is appreciated

Comments

@Framstag
Copy link
Owner

We should make sure that installation via cmake or meson is working and equal.

Idea:
Make both install in local installation directories (non-root). Write some bash script(or similar) that offers some functions for testing for availability of file at the given path.

Create the script by testing for strategic files at the right places. Such files could be:

  • Library files
  • Binaries
  • Certain header files (representative for all header files)

Call the script on each installation. Make sure script and build fail on error.

Further note: (we could use a similar approach for checking a distribution archive).

@Framstag Framstag added feature For issues and pull request that request or implement a new feature help wanted Signal that help of other is appreciated build For issues in the context of building the software labels Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build For issues in the context of building the software feature For issues and pull request that request or implement a new feature help wanted Signal that help of other is appreciated
Projects
None yet
Development

No branches or pull requests

1 participant