Re: Question of the use of TESTS

2015-05-01 Thread Gavin Smith
On 30 April 2015 at 23:01, Arthur Schwarz aschwarz1...@att.net wrote: I'm trying figure out how the serial testing environment works and: If TESTS is defined in Makefile.am as TESTS = a.sh And the user changes it to: env TESTS=b.sh c.exe d.py e.pl make -e check What happens? Why

Question of the use of TESTS

2015-04-30 Thread Arthur Schwarz
I'm trying figure out how the serial testing environment works and: If TESTS is defined in Makefile.am as TESTS = a.sh And the user changes it to: env TESTS=b.sh c.exe d.py e.pl make -e check What happens? Does this behavior change for the parallel interface? Software Entropy: