diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template index c3900cc0b64..f2c156e4931 100644 --- a/srcpkgs/f2fs-tools/template +++ b/srcpkgs/f2fs-tools/template @@ -22,3 +22,7 @@ pre_configure() { esac autoreconf -fi } + +do_check() { + make check +}