1. 30 10月, 2019 1 次提交
    • 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
  2. 29 10月, 2019 1 次提交
  3. 25 10月, 2019 2 次提交
  4. 22 10月, 2019 1 次提交
  5. 06 7月, 2019 1 次提交
  6. 04 7月, 2019 2 次提交
  7. 13 5月, 2019 1 次提交
  8. 12 5月, 2019 1 次提交
    • F
      Remove the remaining sizeof() operators from internal interface · ae3aad7b
      Fabian Zahn 提交于
      sizeof() is a hell of an operator and returns the size of a data type in terms of "addressable units" which is not necessarily the size in bytes. To circumvent this problem and in order to keep the API clean we try to remove all sizeof() from the API.
      ae3aad7b
  9. 21 4月, 2019 1 次提交
  10. 14 4月, 2019 1 次提交
  11. 08 4月, 2019 1 次提交
  12. 07 4月, 2019 1 次提交
  13. 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
  14. 31 1月, 2019 1 次提交
  15. 25 1月, 2019 1 次提交
  16. 31 10月, 2018 1 次提交
  17. 28 10月, 2018 1 次提交
  18. 27 10月, 2018 1 次提交
  19. 19 10月, 2018 1 次提交
  20. 14 10月, 2018 1 次提交
  21. 29 7月, 2018 1 次提交
  22. 18 2月, 2018 1 次提交
  23. 11 2月, 2018 2 次提交
  24. 09 10月, 2017 1 次提交
  25. 21 9月, 2017 3 次提交
  26. 10 9月, 2017 1 次提交
  27. 02 8月, 2017 1 次提交
    • A
      Allow specifying custom header declaration · a07d07cd
      Aviv Palivoda 提交于
      The user can specify UNITY_OUTPUT_CHAR_HEADER_DECLARATION and
      UNITY_OUTPUT_FLUSH_HEADER_DECLARATION when he would like to declare
      UNITY_OUTPUT_CHAT or UNITY_OUTPUT_FLUSH respectivly
      a07d07cd
  28. 14 5月, 2017 1 次提交
  29. 10 5月, 2017 1 次提交
    • R
      Fixed UNITY_TEST_ASSERT_EACH_EQUAL_* · aef36799
      Rasmus Melchior Jacobsen 提交于
      Fixed copy-paste error for:
      - UNITY_TEST_ASSERT_EACH_EQUAL_INT64
      - UNITY_TEST_ASSERT_EACH_EQUAL_UINT64
      - UNITY_TEST_ASSERT_EACH_EQUAL_HEX64
      
      So that the comparison is done on the expected _value_ instead of the _array_.
      aef36799
  30. 27 3月, 2017 1 次提交
  31. 22 3月, 2017 5 次提交