Stas Bekman wrote:
Geoffrey Young wrote:
# The whitespace in front of @echo MUST be a single tab! return <<'EOF'; test:: @echo This test suite requires Apache::Test @echo available from the mod_perl 2.0 sources @echo or the httpd-test distribution. EOF }
What happens to 'make test' in that case? It returns success, right?
it should, but I haven't verified that in a while. I'll check tomorrow.
[snip]
What do you think?
I really don't have an opinion here. really, this kind of hackery is going to be required if people want make test to behave properly - they may not have whatever abstraction you create installed, so they'll still need to protect against failures due to an incomplete harness. herein lies the problem of a test suite that is installed by default with 2.0 but can also be used for 1.0 :)
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
