Language Devel /
Unit Test Phobos
Difference (last change) (no other diffs, normal page display)
Changed: 1c1,9
Describe the new page here. |
==Unit Testing Phobos== To unit-test a Phobos module (e.g. std.path in Phobos) call: [[code][background=#EEEEEE] rdmd --main --force -unittest std/path.d ] You might have to pass the -d flag to enable deprecated features, if the unittests depend on it. |
Unit Testing Phobos
To unit-test a Phobos module (e.g. std.path in Phobos) call:
![]() |
|
You might have to pass the -d flag to enable deprecated features, if the unittests depend on it.