Skip to content

Commit

Permalink
PKGBUILD: use unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Jan 5, 2017
1 parent af99794 commit 672009b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contrib/PKGBUILD
Expand Up @@ -23,3 +23,10 @@ package() {
cd build
make DESTDIR="${pkgdir}" install
}

check() {
cd "${srcdir}/${pkgname}-${pkgver}"
cd build
export CTEST_OUTPUT_ON_FAILURE=1
make check
}

0 comments on commit 672009b

Please sign in to comment.