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 `
>>> "BI" == Baurzhan Ismagulov <[EMAIL PROTECTED]> writes:
BI> Hello,
BI> I'm using AUTOMAKE_OPTIONS = dejagnu with automake 1.7.9 and I want to
BI> build check_PROGRAMS without executing them. Is it possible?
You mean building $(check_PROGRAMS) without
Hello,
I'm using AUTOMAKE_OPTIONS = dejagnu with automake 1.7.9 and I want to
build check_PROGRAMS without executing them. Is it possible?
I've looked into the generated Makefile, the rule seems to be
check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)