From f27b689fff1e99f465b9c805dddf746a9455ce33 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 22 Nov 2017 02:01:41 -0200 Subject: [PATCH] libtomcrypt: add do_check(). Closes #9440. --- srcpkgs/libtomcrypt/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/libtomcrypt/template b/srcpkgs/libtomcrypt/template index 0b0022ea11f..e8dba4de3ca 100644 --- a/srcpkgs/libtomcrypt/template +++ b/srcpkgs/libtomcrypt/template @@ -20,6 +20,11 @@ do_build() { fi make RANLIB=$RANLIB -f makefile.shared ${makejobs} } +do_check() { + make test + + ./test +} do_install() { make -f makefile.shared GROUP="$(whoami)" USER="$(whoami)" NODOCS=1 DESTDIR=${DESTDIR} PREFIX=/usr install vman ${sourcepkg}.3