72,74c72
< print "check_PROGRAMS = "
< for t in tests:
<     print " " + os.path.basename(t)[:-3]
---
> print "check_PROGRAMS = " + s.join(" " + os.path.basename(t)[:-3] for t in tests)

