flex: add tests.

This commit is contained in:
maxice8 2017-11-15 21:11:35 -02:00 committed by Jürgen Buchmüller
parent 3c916388d8
commit 573747411d

View file

@ -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
}