1. 19 7月, 2013 1 次提交
  2. 17 7月, 2013 5 次提交
    • W
      Updated examples · d27699d9
      Warwick Stone 提交于
       *  Updated example 2 readme
       *  Broke up huge line in example 2 makefile
      d27699d9
    • W
      Added example · efc1df82
      Warwick Stone 提交于
       *  Added example that uses unity test fixture
      efc1df82
    • W
      Added another example · 1b9b1972
      Warwick Stone 提交于
       *  Simple makefile example, extracted from existing example
      1b9b1972
    • W
      Updated example · 5932565b
      Warwick Stone 提交于
       *  Moved existing example to its own directory, with the intention of adding more examples
       *  Existing example uses its own .yml file instead of one of the files in targets/.
      5932565b
    • W
      Updated example makefile · 843370a7
      Warwick Stone 提交于
       *  Make would fail due to missing build directory. Now it doesn't try to delete build/
      843370a7
  3. 15 7月, 2013 1 次提交
  4. 14 7月, 2013 1 次提交
    • W
      Updated examples rakefile · 53a5ae92
      Warwick Stone 提交于
       *  Build directory created if it doesn't exist. This fixes a gcc "no such file or directory" error when running rake
      53a5ae92
  5. 28 6月, 2013 4 次提交
    • M
      Merge pull request #47 from canton7/feature/memory-array-test-fixes · 6f491403
      Mark VanderVoord 提交于
      Fix tests testing TEST_ASSERT_EQUAL_MEMORY_ARRAY on 16-bit platforms. (Thanks Antony!)
      6f491403
    • M
      Merge pull request #45 from canton7/feature/16bitIntArrayEqual · 6bff2eb9
      Mark VanderVoord 提交于
      Fix TEST_ASSERT_EQUAL_INT_ARRAY for int sizes other than 32 bits (Thanks Canton7)
      6bff2eb9
    • A
      Fix tests testing TEST_ASSERT_EQUAL_MEMORY_ARRAY on 16-bit platforms · 2b484e42
      Antony Male 提交于
      The tests which exercise TEST_ASSERT_EQUAL_MEMORY_ARRAY use int arrays,
      and hard-code the size of each element as 4 bytes. This is of course
      untrue on 16-bit platforms.
      
      Replace this hard-coded value with sizeof(int).
      2b484e42
    • A
      Fix TEST_ASSERT_EQUAL_INT_ARRAY for int sizes other than 32 bits · 07736afe
      Antony Male 提交于
      This patch fixes testEqualIntArrays in the unity test suite on 16-bit
      architectures.
      
      TEST_ASSERT_EQUAL_INT_ARRAY calls UnityAssertEqualIntArray with 'style'
      set to UNITY_DISPLAY_STYLE_INT.
      
      UNITY_DISPLAY_STYLE_INT is defined as UNITY_DISPLAY_STYLE_AUTO +
      UNITY_DISPLAY_STYLE_INT{16,32,64} (depending on the int width).
      
      However, the switch statement in UnityAssertEqualIntArray has special
      cases for the width-specific display styles, but these comparisons
      are carried out without clearing the UNITY_DISPLAY_STYLE_AUTO flag.
      This means that if 'style' is UNITY_DISPLAY_STYLE_INT, and the int
      width is, say, 16, bits, the default case will be hit, and elements
      compared as if they were 32 bits wide. Unsurprisingly this causes
      a failure in the test named above.
      07736afe
  6. 25 3月, 2013 2 次提交
  7. 14 2月, 2013 5 次提交
  8. 07 2月, 2013 4 次提交
  9. 06 2月, 2013 1 次提交
  10. 05 2月, 2013 1 次提交
  11. 01 2月, 2013 1 次提交
    • C
      Update makefile · 726227b1
      Chris Dew 提交于
      The `build` directory is not created when running make, which yields an error. 
      726227b1
  12. 19 1月, 2013 1 次提交
  13. 17 1月, 2013 1 次提交
  14. 15 1月, 2013 1 次提交
  15. 12 1月, 2013 2 次提交
  16. 10 1月, 2013 1 次提交
  17. 09 1月, 2013 3 次提交
  18. 22 12月, 2012 4 次提交
  19. 04 12月, 2012 1 次提交