From 5f006df0f5655951d9413047d6706a4a2dfec6ce Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 15 Nov 2017 18:27:48 -0200 Subject: [PATCH] f2fs-tools: add tests. --- srcpkgs/f2fs-tools/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template index c3900cc0b6..f2c156e493 100644 --- a/srcpkgs/f2fs-tools/template +++ b/srcpkgs/f2fs-tools/template @@ -22,3 +22,7 @@ pre_configure() { esac autoreconf -fi } + +do_check() { + make check +}