| Summary: | Omit building tests for pulled-in dependencies | ||
|---|---|---|---|
| Product: | [Developer tools] kdesrc-build | Reporter: | Michael Heidelbach <ottwolt> |
| Component: | general | Assignee: | Michael Pyne <mpyne> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Michael Heidelbach
2018-01-15 19:16:03 UTC
Try setting the `run-tests` option to 0 (or false) as a global setting, and then if you want to run tests for the specific module you are interested in, you can set `run-tests` to `true` for that module specifically. See also https://docs.kde.org/trunk5/en/extragear-utils/kdesrc-build/conf-options-table.html#conf-run-tests You would need to rebuild the affected modules using at least the --reconfigure commandline argument to kdesrc-build (so that CMake is re-run), but if that doesn't work then please reopen as that would then be a bug instead of a feature request ;). |