mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
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
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@ post_install() {
|
|||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
do_check() {
|
||||
make ${makejobs} tests
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue