flex: add tests.
This commit is contained in:
parent
3c916388d8
commit
573747411d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue