From d366a4b968b57412ccec76690ac0f4fc1034b329 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 15 Nov 2017 16:49:18 -0200 Subject: [PATCH] tar: Add tests. --- srcpkgs/tar/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/tar/template b/srcpkgs/tar/template index 58ea9a87631..692ab77ff0d 100644 --- a/srcpkgs/tar/template +++ b/srcpkgs/tar/template @@ -17,3 +17,7 @@ pre_configure() { # avoid regenerating doc on install touch -r doc/stamp-vti configure } + +do_check() { + make check +}