[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build check_PROGRAMS
From: |
Baurzhan Ismagulov |
Subject: |
Re: build check_PROGRAMS |
Date: |
Wed, 14 Sep 2005 10:16:04 +0200 |
User-agent: |
Mutt/1.5.9i |
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.