f2fs-tools: add tests.
This commit is contained in:
parent
6538fa0447
commit
5f006df0f5
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ pre_configure() {
|
||||||
esac
|
esac
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue