Thread overview | |||||
---|---|---|---|---|---|
|
October 15, 2015 Building and Running Unittests for a Specific Phobos Package Only | ||||
---|---|---|---|---|
| ||||
Is there a Make-target for building and running the unittests for a specific Phobos package, say `std.range`, only? |
October 15, 2015 Re: Building and Running Unittests for a Specific Phobos Package Only | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nordlöw | 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
|
October 15, 2015 Re: Building and Running Unittests for a Specific Phobos Package Only | ||||
---|---|---|---|---|
| ||||
Posted in reply to Marc Schütz | On Thursday, 15 October 2015 at 13:12:32 UTC, Marc Schütz wrote:
> make -f posix.mak std/range.test
Thx
|
Copyright © 1999-2021 by the D Language Foundation