On 05/08/2015 06:58 PM, Walter Bright wrote:
On 5/8/2015 2:51 PM, deadalnix wrote:
The way you end runnign all kind of test with the ones you are
interested in makes no sense.

    dmd std/path -unittest -main

runs just the unit tests in std/path. You can run tests in some modules,
but not others, with:

    dmd -c a b c -unittest
    dmd d e f a.o
    ./d


That breaks most build systems, including rdmd.

Reply via email to