From 449ca5a54b2e8a7446d12c1b41e2cb22c024a38a Mon Sep 17 00:00:00 2001 From: Karel Balej Date: Tue, 5 Nov 2024 20:24:12 +0100 Subject: [PATCH] aerc: run the full test suite With 2991ed7a16f6 ("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. --- srcpkgs/aerc/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template index 662f63cfad3..5eadef62048 100644 --- a/srcpkgs/aerc/template +++ b/srcpkgs/aerc/template @@ -21,3 +21,7 @@ post_install() { make PREFIX=/usr DESTDIR=${DESTDIR} install vlicense LICENSE } + +do_check() { + make ${makejobs} tests +}