Review Request 122983: [gwenview] Make tests optional
Aurélien Gâteau
agateau at kde.org
Sun Mar 22 16:04:43 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122983/#review77914
-----------------------------------------------------------
tests/CMakeLists.txt (line 1)
<https://git.reviewboard.kde.org/r/122983/#comment53417>
Instead of doing a `return()` from tests/CMakeLists.txt it would be nicer to change the root CMakeLists.txt to wrap the `add_subdirectory(tests)` in a `if (Qt5Test_FOUND)` check.
- Aurélien Gâteau
On March 16, 2015, 10:14 p.m., Andreas Sturmlechner wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/122983/
> -----------------------------------------------------------
>
> (Updated March 16, 2015, 10:14 p.m.)
>
>
> Review request for Gwenview.
>
>
> Repository: gwenview
>
>
> Description
> -------
>
> There was already a check performed in tests/auto to conditionally build them if Qt5Test_FOUND - so I moved that up one directory to expand it to tests/manual as well. find_package(Qt5Test) is already done in root CMakeLists.txt (and made optional as seen in kwin).
>
>
> Diffs
> -----
>
> CMakeLists.txt 2d2ab8d5594421cf4539db3e30425b1b11ef14be
> tests/CMakeLists.txt a8a2913ca0fce5f58952373527d838a89f64cdfb
> tests/auto/CMakeLists.txt 9757a582b9309e30f0c1edc286a541de853fed64
>
> Diff: https://git.reviewboard.kde.org/r/122983/diff/
>
>
> Testing
> -------
>
> Built with and without tests. I am currently not able to get a success everywhere, but the patch doesn't change anything about it.
>
> Also, something to be done about the following? `The dependency target "buildtests" of target "check" does not exist.`
>
>
> Thanks,
>
> Andreas Sturmlechner
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/gwenview-devel/attachments/20150322/1c1e0ef2/attachment.html>
More information about the Gwenview-devel
mailing list