From 573747411d75521f39460a7c3d9e932106daad98 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 15 Nov 2017 21:11:35 -0200 Subject: [PATCH] flex: add tests. --- srcpkgs/flex/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/flex/template b/srcpkgs/flex/template index 32560b0d6a8..d771189accb 100644 --- a/srcpkgs/flex/template +++ b/srcpkgs/flex/template @@ -17,6 +17,10 @@ checksum=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995 # Required to enable the definition of reallocarray() in stdlib.h CFLAGS="-D_GNU_SOURCE" +do_check() { + make check +} + post_install() { vlicense COPYING }