Re: git: 7955b1d7ec78 - main - audio/libaudiofile: fix build with clang 19, enable tests

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Sat, 28 Sep 2024 10:54:18 UTC
On 28 Sep 2024, at 12:22, Gleb Popov <arrowd@freebsd.org> wrote:
> 
> On Sat, Sep 28, 2024 at 12:47 PM Dimitry Andric <dim@freebsd.org> wrote:
>> 
>> 
>> +do-test:
>> +       cd ${WRKSRC} && ${MAKE} check
>> +
> 
> AFAIK, the more canonical way is
> 
> TEST_TARGET= check

Thanks: https://cgit.freebsd.org/ports/commit/?id=89343af2bb8dbe7a84ac3668077eab044807a249

-Dimitry