• A
    Option to omit UnityBegin/UnityEnd calls in generate_test_runner · a303e088
    anon 提交于
    By passing --omit_begin_end=1 to generate_test_runner.rb, the script
    will now omit calls to UnityBegin and UnityEnd when running tests in a
    suite.
    
    This allows multiple suites to be executed in a row, and then have an overall
    summary of the tests which were executed across all suites.
    a303e088
unity.c 63.2 KB