file: Add tests.

This commit is contained in:
maxice8 2017-11-15 16:20:30 -02:00 committed by Jürgen Buchmüller
parent 4b0650b1e3
commit 48d5b98493

View file

@ -18,6 +18,10 @@ if [ "$CROSS_BUILD" ]; then
hostmakedepends="file"
fi
do_check() {
make check
}
post_install() {
vlicense COPYING
}