1. 02 2月, 2016 1 次提交
    • J
      Add configuration option UNITY_EXCLUDE_STDLIB_MALLOC to Fixture · 955b2212
      jsalling 提交于
       This feature removes the dependency on malloc/free for constrained
        embedded systems without a heap. It uses a static heap inside
        Unity Fixture. Setting UNITY_INTERNAL_HEAP_SIZE_BYTES sizes the heap.
       Add tests for new option, add targets to makefile for running tests.
       UNITY_FIXTURE_MALLOC for Fixture use only, remove from unity_output_Spy.c.
      955b2212
  2. 01 2月, 2016 2 次提交
  3. 31 1月, 2016 1 次提交
  4. 20 1月, 2016 2 次提交
  5. 16 1月, 2016 1 次提交
  6. 08 1月, 2016 2 次提交
  7. 07 1月, 2016 5 次提交
  8. 06 1月, 2016 1 次提交
  9. 05 1月, 2016 3 次提交
  10. 29 12月, 2015 2 次提交
  11. 23 12月, 2015 1 次提交
  12. 22 12月, 2015 2 次提交
  13. 21 12月, 2015 1 次提交
    • J
      Add tests for printing numbers using a compile time replacement spy · a3d81dfa
      jsalling 提交于
       If Unity core is compiled with UNITY_OUTPUT_CHAR = putcharSpy, these tests
        will run, otherwise they are ignored and print a message
       Includes an implementation of putcharSpy, which allows checking the I/O
        from Unity during a test. Follows closely from the Fixture spy
       Tricky macros determine if putcharSpy is injected
      a3d81dfa
  14. 19 12月, 2015 1 次提交
  15. 17 12月, 2015 1 次提交
  16. 16 12月, 2015 3 次提交
  17. 15 12月, 2015 1 次提交
  18. 11 12月, 2015 4 次提交
  19. 08 12月, 2015 1 次提交
  20. 04 12月, 2015 1 次提交
  21. 24 11月, 2015 4 次提交