1. 13 3月, 2014 1 次提交
    • T
      fix parameter type for runAllTests to match header · bb729bdc
      toybuilder 提交于
      At least in Microchip XC8 compiler, void (*runAllTests)(void) is treated as a different type from void (*runAllTests)().
      
      Fix the definition of UnityMain to match the declaration by making the runAllTests's (void) parameter list explicit.
      bb729bdc
  2. 08 3月, 2014 7 次提交
  3. 06 3月, 2014 1 次提交
  4. 01 3月, 2014 5 次提交
  5. 28 2月, 2014 1 次提交
  6. 25 2月, 2014 1 次提交
  7. 16 2月, 2014 1 次提交
    • J
      Print an EOL before printing the TestResult while executing the spec · 5fbc23e8
      Jakob Holderbaum 提交于
      By printing this newline, the filepath of the failing assertion does not get
      preceded by the dot which represents a running test.
      
      This gives the advantage, that the complete output of unity can be used as it is
      with a makefile in vim. Every error gets displayed in the quickfix and you can
      jump appropiately.
      5fbc23e8
  8. 20 12月, 2013 2 次提交
  9. 05 11月, 2013 1 次提交
  10. 23 9月, 2013 3 次提交
  11. 22 9月, 2013 4 次提交
  12. 17 9月, 2013 3 次提交
  13. 05 9月, 2013 1 次提交
  14. 19 7月, 2013 1 次提交
  15. 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
  16. 15 7月, 2013 1 次提交
  17. 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
  18. 28 6月, 2013 1 次提交