libtomcrypt: add do_check().

Closes #9440.
This commit is contained in:
maxice8 2017-11-22 02:01:41 -02:00 committed by Enno Boland
parent 8a34911882
commit f27b689fff

View file

@ -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