f2fs-tools: add tests.

This commit is contained in:
maxice8 2017-11-15 18:27:48 -02:00 committed by Jürgen Buchmüller
parent 6538fa0447
commit 5f006df0f5

View file

@ -22,3 +22,7 @@ pre_configure() {
esac
autoreconf -fi
}
do_check() {
make check
}