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: Maintenance