For unknown reasons the invocation of .\unittest.exe often fails, even though the unittest.exe is present and working.
.\unittest.exe
The system cannot find the path specified.
args.length = 1
args[0] = '.\unittest.exe'
Success!
Might be some timing issue with make and the linker or so.
I tried running `dir unittest.exe` before `.\unittest.exe` and dir did see the file, but `.\unittest.exe` still failed.
Comment #1 by code — 2015-03-14T15:10:41Z
It seems that the tests are run and `The system cannot find the path specified.` is a spurious error message emitted by some of the tools or the test itself.
Comment #2 by timothee.cour2 — 2018-02-27T21:57:59Z