libtommath: add do_check()

This commit is contained in:
maxice8 2018-02-23 02:34:55 -03:00 committed by Leаh Neukirchen
parent a742b71b88
commit 7f6e0329ed

View file

@ -23,6 +23,12 @@ do_install() {
make -f makefile.shared PREFIX=/usr DESTDIR=${DESTDIR} install
}
do_check() {
make test_standalone
./test
}
libtommath-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"