Gabor Szabo wrote:
[darwin]
t/pmc/foo.t 3 5-7 9 # platform doesn't support libfoo
t/pmc/bar.t 1 42
...
This seems to be too obvious to be a real question but what if someone
adds a new test
in the middle of bar.t ?
Will she have to remember to update the numbers in the central config file?
That's the idea here, yes. Less than ideal in a purely manual world, but
can be made more practical with reliable platform smokes and developer
tests ("I see you've modified this test file, but not these
corresponding lines in the test config, is that what you intended?").
Eric's thought of naming tests is also a good one, for languages that
can support it.
Allison