Subject: Re: Document TEST_TARGET
To: None <tech-pkg@NetBSD.org>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 01/28/2007 14:24:48
Alistair Crooks wrote:
>
> TEST_TARGET is the name of the ${MAKE} target, provided by the
> package, which enables the tests to be executed
>
> But even that's suboptimal from a purist PoV.
Copying some text from mk/build/build.mk:
TEST_TARGET is the target from ${MAKE_FILE} that is invoked to test the
package after building it. Typical values are "check" or "test".
Roland