Subject: Re: TEST_TARGET and extra dependencies
To: None <jakllsch@kollasch.net, tech-pkg@NetBSD.org>
From: Dieter Baron <dillo@danbala.tuwien.ac.at>
List: tech-pkg
Date: 10/29/2005 12:19:25
In article <200510281301.59833.jakllsch@kollasch.net> Jonathan wrote:
: Hi
:         I'm looking into updating net/xorp to 1.1. In 1.1 the TEST_TARGET "check" 
: requires bash as a dependency.

:         First of all how does TEST_TARGET get used, what activates it?

  You can run it manually with ``make test''.  If you add
	PKGSRC_RUN_TEST=YES
to /etc/mk.conf, it will be run automatically between build and install.

: Secondly how 
: do I add the dependency when whatever activates TEST_TARGET is enabled?

  I don't know a solution to that.

						yours,
						dillo