autoconf
[Top][All Lists]
Advanced

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

Re: make check to test a few tests, not all


From: Nick Bowler
Subject: Re: make check to test a few tests, not all
Date: Thu, 19 May 2022 14:02:11 -0400

Hi,

On 2022-05-19, Mike Fulton <mikefultonpersonal@gmail.com> wrote:
> I am working through some bugs porting autoconf to z/OS and I'd like to run
> the testsuite with just a particular test (e.g. 318).
> For my scripts, my preference would be to do this via 'make check' instead
> of running the testsuite directly.

You can pass arguments to the testsuite via TESTSUITEFLAGS make variable.
For example, to run just test 318:

 % make check TESTSUITEFLAGS='318'

It looks like this fact is not clearly documented anywhere in the package.

It is mentioned in README-hacking but that file is available from git
only and is not distributed.

Hope that helps,
  Nick



reply via email to

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