diff --git a/srcpkgs/libtommath/template b/srcpkgs/libtommath/template index 0554d665307..fcffada2f1a 100644 --- a/srcpkgs/libtommath/template +++ b/srcpkgs/libtommath/template @@ -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"