External lib unittests: they're killin me!

Jonathan M Davis jmdavisProg at gmx.com
Wed May 22 17:36:09 PDT 2013


On Wednesday, May 22, 2013 20:26:25 Steven Schveighoffer wrote:
> On Wed, 22 May 2013 14:26:53 -0400, Jonathan M Davis <jmdavisProg at gmx.com>
> > Quotes are your friend.
> > 
> > -unittest="package.name.*"
> 
> ahem...
> 
> -unittest='package.name.*'
> 
> :)

Actually, in this case, there's no difference. The globbing won't occur inside 
either type of quotes.

> And TBH, you would have to have a file named literally
> "-unittest=package.name.xyz" for that to actually be expanded by the
> shell. I don't think it really would be an issue.

True enough.

- Jonathan M Davis


More information about the Digitalmars-d mailing list