I'm going up the Dart / CTest learning curve. How am I supposed to implement tests that depend on my project already being installed? Doing what I thought would be obvious, I found a way to crash CMakeSetup. I've reported this as bug #3779. ADD_DEPENDENCIES(post-install-action install) is not the magic. What is? Cheers, Brandon Van Every