patch: add tests.

This commit is contained in:
maxice8 2017-11-15 19:50:37 -02:00 committed by Jürgen Buchmüller
parent c33e16adf6
commit 7eb614e55b
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ homepage="http://www.gnu.org/software/patch/patch.html"
license="GPL-3"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=fd95153655d6b95567e623843a0e77b81612d502ecf78a489a4aed7867caa299
do_check() {
make check
}