From 202b2acf009ce75e3497c5f6fa64d8f9f3482fb8 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Fri, 14 Aug 2020 19:50:24 -0300
Subject: [PATCH] community/accounts-qml-module: enable tests

---
 community/accounts-qml-module/APKBUILD | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/community/accounts-qml-module/APKBUILD b/community/accounts-qml-module/APKBUILD
index b86715812598..fc6312a7ad1b 100644
--- a/community/accounts-qml-module/APKBUILD
+++ b/community/accounts-qml-module/APKBUILD
@@ -9,10 +9,9 @@ url="https://gitlab.com/accounts-sso/accounts-qml-module"
 pkgdesc="QML bindings for libaccounts-qt + libsignon-qt"
 license="LGPL-2.1-only"
 makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qttools-dev libaccounts-qt-dev signond-dev qtchooser"
-checkdepends="xvfb-run"
+checkdepends="xvfb-run dbus-test-runner"
 #source="https://gitlab.com/accounts-sso/accounts-qml-module/-/archive/VERSION_$pkgver/accounts-qml-module-VERSION_$pkgver.tar.gz"
 source="$pkgname-$_commit.tar.gz::https://gitlab.com/accounts-sso/accounts-qml-module/-/archive/$_commit.tar.gz"
-options="!check" # Requires dbus-test-runner which isn't in the Alpine repos
 builddir="$srcdir/$pkgname-$_commit"
 
 build() {
-- 
GitLab