If you just built the software without installing it and then run ctest,
this will systematically fail while trying to read install_manifest.txt.
With this patch this case is now handled gracefully, not forcing to
install to have a test suite which fully passes.
Details
Details
- Reviewers
apol - Group Reviewers
Frameworks - Commits
- R240:5ed7ba07e4f3: appstreamtest: handle non-installed programs
Diff Detail
Diff Detail
- Repository
- R240 Extra CMake Modules
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
Of course, I notice just now I got the order of the parameters wrong.
Now properly working both with and without install_manifest.txt in the
build directory.