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:
Karel Balej 2024-11-05 20:24:12 +01:00 committed by classabbyamp
parent 5e4f80144c
commit 449ca5a54b
1 changed files with 4 additions and 0 deletions

View File

@ -21,3 +21,7 @@ post_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install make PREFIX=/usr DESTDIR=${DESTDIR} install
vlicense LICENSE vlicense LICENSE
} }
do_check() {
make ${makejobs} tests
}