Compile error when "run tests on save" is enabled on long running tests

Issue #7 closed
Nicholas Ring created an issue

If (paraphrased) "Run Tests on save" is enabled and the unit tests are long running, a compiler error occurs at the end because the executable could not be over written.

Possible solutions:

  • Kill the current running tests (before compiling),
  • Ignore the request and wait until next time.

Comments (2)

  1. Log in to comment