I have already compiled my tests, and all the binaries are in an out_binaries directory, along with the test scripts which were copied to the the output directory during the build. Is there a way I can run the runner without it also compiling? I have a program that uses the calling executable to get a path for some directories, but when ArtOfTest.Runner compiles, it creates another bin directory below the directory I am running in, so my pathing fails.