----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129301/ -----------------------------------------------------------
Review request for kdewin, Kevin Funk and Hannah von Reth. Repository: emerge Description ------- This adds support for a `-t` flag for QMakeBuildSystem. For `configure` step it passes `-make tests`, for `make` step it calls `make -C tests check` after `make all` is succeeded if `tests` directory exists in the build dir. Diffs ----- bin/BuildSystem/QMakeBuildSystem.py 1301aac569f9a4caf83f4ded4155402dc7499b4f portage/libs/qt5/qtbase/qtbase.py 56a99aa27bc0c07cf73a965bc2b7239c7c06dd3a Diff: https://git.reviewboard.kde.org/r/129301/diff/ Testing ------- `emerge --make qtbase` built and ran tests. Thanks, Gleb Popov