make check to test a few tests, not all

2022-05-19 Thread Mike Fulton
Hi, 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. I haven't been able to figure out how to pass in the t

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

2022-05-19 Thread Nick Bowler
Hi, On 2022-05-19, Mike Fulton 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 pa