This repository was archived by the owner on Oct 23, 2019. It is now read-only.

Description
I would like to:
- Configure my continuous build to build and run only the tests that depend on code changed by the last commit.
- Be able to run all tests that depend on a particular changeset, locally.
If ICBM could print the dependency information as a list of *Test.java files that depend on a given set of files, it seems like that functionality could be hooked up to a test runner to accomplish 1 and 2.
Thoughts?