I'm partial to the convention that has become common in recent SRFIs:It's concise and clear.srfi-${N}/srfi/${N}.sldOften, authors put tests at the
srfi-${N}/
level, e.g. atsrfi-${N}/srfi-${N}-test.scm
. I'd rather see them under thesrfi
directory, without a "srfi-" prefix, e.g. atsrfi-${N}/srfi/${N}-test.scm
. I don't think that should cause problems with loading the tests when they're not needed.What do people think of that convention?