I'm using VisualD with DMD 2.053 on Windows 7 x64I am building a static library and an exe, both in D, both with unitest turned on. the executable link with the library and use a module in the library which contains unitests yet, when Irun it, only the unit test in the exe are running, no unittest in the library are! is that a known bug? or just me? or something else?
- unitest problem Lloyd Dupont
- Re: unitest problem Robert Clipsham
