Enable tests in qtutilities-git

This commit is contained in:
Martchus 2020-06-16 01:21:47 +02:00
parent 10bf32210d
commit 83f3eef6b0
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ build() {
make
}
check() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame}"
make QT_QPA_PLATFORM=offscreen check
}
package() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame}"
make DESTDIR="${pkgdir}" install