automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build check_PROGRAMS


From: Baurzhan Ismagulov
Subject: build check_PROGRAMS
Date: Wed, 10 Aug 2005 11:25:30 +0200
User-agent: Mutt/1.5.9i

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)
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU

, so I suppose it isn't possible.

Should I modify automake to be able to do that?

Thanks in advance,
Baurzhan.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]