www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Building and Running Unittests for a Specific Phobos Package Only

reply =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
Is there a Make-target for building and running the unittests for 
a specific Phobos package, say `std.range`, only?
Oct 15 2015
parent reply Marc =?UTF-8?B?U2Now7x0eg==?= <schuetzm gmx.net> writes:
On Thursday, 15 October 2015 at 10:07:29 UTC, Nordlöw wrote:
 Is there a Make-target for building and running the unittests 
 for a specific Phobos package, say `std.range`, only?
make -f posix.mak std/range.test
Oct 15 2015
parent =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
On Thursday, 15 October 2015 at 13:12:32 UTC, Marc Schütz wrote:
 make -f posix.mak std/range.test
Thx
Oct 15 2015