aerc: run the full test suite
With 2991ed7a16
("musl: backport patch to fix fgetws") merged, the
tests of the included filters written in C no longer fail on musl and
can thus be enabled.
This commit is contained in:
parent
5e4f80144c
commit
449ca5a54b
|
@ -21,3 +21,7 @@ post_install() {
|
|||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
do_check() {
|
||||
make ${makejobs} tests
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue