Skip to content
Snippets Groups Projects
Commit acb3be1e authored by Leo's avatar Leo Committed by Kevin Daudt
Browse files

testing/kitemviews: use xvfb-run to run testsuite

Closes GH-8421
parent e20879bd
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,9 @@ url="https://community.kde.org/Frameworks"
license="GPL-2.0-only AND LGPL-2.1-only"
depends_dev="qt5-qtbase-dev"
makedepends="extra-cmake-modules qt5-qttools-dev doxygen"
checkdepends="xvfb-run"
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
options="!check" # Fails due to requiring running X11
build() {
cmake \
......@@ -23,7 +23,7 @@ build() {
}
check() {
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment