Add unittesting macro
This commit is contained in:
parent
71fc5e54e2
commit
79f451031b
6 changed files with 61 additions and 0 deletions
4
tests/app_9/moduleB.d
Normal file
4
tests/app_9/moduleB.d
Normal file
|
@ -0,0 +1,4 @@
|
|||
unittest {
|
||||
assert(true);
|
||||
//assert(false);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue