I have been looking a method or utility to find dependent files for a large scale C/C++ project.
What I want is, when a file is changed(committed), I want our buildbot to run tests of the classes related to the changed file.
Any help would be greatly appreciated!