automake
[Top][All Lists]
Advanced

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

Re: What check_ programs can be used?


From: Gavin Smith
Subject: Re: What check_ programs can be used?
Date: Mon, 8 Jun 2015 13:21:22 +0100

On 25 May 2015 at 16:28, Arthur Schwarz <address@hidden> wrote:
>
> What programs can be used for custom test drivers and test classes?
>
> check_JAVA
> check_LISP
> check_PYTHON
> check_FORTRAN
> check_?

There's no such variable as check_FORTRAN. Each language doesn't have
it's own "primary".

I believe that check_ could be used for any "primary" - there's
nothing in the manual to suggest otherwise:

Info node (automake)Uniform:

   The special prefix 'check_' indicates that the objects in question
should not be built until the 'make check' command is run.  Those
objects are not installed either.

   The current primary names are 'PROGRAMS', 'LIBRARIES', 'LTLIBRARIES',
'LISP', 'PYTHON', 'JAVA', 'SCRIPTS', 'DATA', 'HEADERS', 'MANS', and
'TEXINFOS'.



reply via email to

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