Hello Alexandre,

On Wed, Sep 14, 2005 at 12:38:29AM +0200, Alexandre Duret-Lutz wrote:
> You mean building $(check_PROGRAMS) without executing the dejagnu tests?
> 
> Just add your own rule that depends on $(check_PROGRAMS):
> 
> .PHONY: check-norun
> check-norun: $(check_PROGRAMS)
> 
> and type `make check-norun' instead of `make check'.
> 
> 
> Or if you just need to disable the dejagnu tests occasionally,
> try something like
> 
> make check RUNTEST=:

Thanks! These are what I need.

With kind regards,
Baurzhan.


Reply via email to