1. 01 2月, 2019 1 次提交
    • E
      Improvements to the execution time feature · 076f0fff
      elliot 提交于
      - Running time macros have been made more portable, previously it was not
        possible to override all macros
      - Running time macros will be executed by default test runner, and auto test
        runners
      - Adds a default execution time implementation for unix. (Previous default
        implementation only worked on Windows)
      - For embedded platforms there is a simple method of getting a default
        implementation by defining a single macro UNITY_CLOCK_MS()
      - Removed need for UNITY_EXEC_TIME_RESET. This was not being used for the default
        implementations, if anything ever did need reset-like functionality it could
        simply be wrapped up with the start or stop macros for that platform
      076f0fff
  2. 31 1月, 2019 2 次提交
  3. 26 1月, 2019 3 次提交
    • M
      Merge pull request #386 from teaguecl/teaguecl_example1_bugfix · d4511489
      Mark VanderVoord 提交于
      Fix error in example_1
      d4511489
    • T
      Fix error in example_1 and example_2 · bc2ab233
      teaguecl 提交于
      This test case had an error in both examples:
      test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode
      
      It was supposed to be a list of values that are NOT in the list,
      and none of them should be found.  It incorrectly included '1'
      bc2ab233
    • T
      Fix error in example_1 · 9d1ffe26
      teaguecl 提交于
      This test case had an error:
      test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode
      It was supposed to be a list of values that are NOT in the list,
      and none of them should be found.  It incorrectly included '1'
      which is a value in the list.
      
      The compile option -Wno-misleading-indentation was also added to
      remove a compiler warning produced by gcc 7.3.0
      9d1ffe26
  4. 25 1月, 2019 8 次提交
  5. 22 12月, 2018 2 次提交
  6. 11 12月, 2018 2 次提交
  7. 29 11月, 2018 8 次提交
  8. 14 11月, 2018 3 次提交
  9. 07 11月, 2018 1 次提交
  10. 02 11月, 2018 1 次提交
  11. 31 10月, 2018 5 次提交
  12. 28 10月, 2018 1 次提交
  13. 27 10月, 2018 2 次提交
  14. 22 10月, 2018 1 次提交