• P
    Added support for mocks in sub-directories. · 4ea563e6
    Peter Mendham 提交于
    This supports mock headers of the form:
        #include "some/dir/MockMyCode.h"
    Where the mock name is actually MockMyCode.
    
    I *think* this is the most common scenario when working with mocks
    in subdirectories but if not this could be modified to support
    alternate schemes.
    4ea563e6
generate_test_runner.rb 15.3 KB