Mike Linford wrote:
The unit test does not get run when compiled as: dmd -lib mylib.d dmd main.d mylib.aBut does get run when compiled as dmd main.d mylib.d
You need to compile with -unittest to run them.
Mike Linford wrote:
The unit test does not get run when compiled as: dmd -lib mylib.d dmd main.d mylib.aBut does get run when compiled as dmd main.d mylib.d
You need to compile with -unittest to run them.