Commit Graph

  • 16d1979c3a added warning flag to gcc config and eliminated warning related to jmp_buf initialization mkarlesky 2009-04-16 12:22:44 +0000
  • 8457dd9a55 Converted MSP430 config to YAML format. Still need to update Unity to support 16-bit and big-endian to get to work. Modified Unity to use test suite generator in preparation for updates for 16-bit and big endian changes greg-williams 2009-04-13 14:21:29 +0000
  • c113a9caa0 * Converted rake to use YML config files for toolchain customization per CMock. Need to figure out what to do about IAR MSP430 greg-williams 2009-04-11 14:42:09 +0000
  • 5a35176ec8 - added support to use CMock's yaml file for options mvandervoord 2009-04-11 03:03:16 +0000
  • 54eba93094 - support arrays of integers - fixed bug when reporting problems with large integers - fixed bug in test suite when checking for expected failures. mvandervoord 2009-04-10 18:21:21 +0000
  • 897d2a3746 - portability improvements mvandervoord 2009-03-02 01:09:04 +0000
  • 5c8db2bb7a git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@20 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e mvandervoord 2009-02-22 00:04:53 +0000
  • d88099d51e * Fixed bug where memory compares were printing like strings. mvandervoord 2009-02-20 03:53:40 +0000
  • 28dea1c39a corrected typos in hex printing and memory compare mkarlesky 2009-02-19 15:45:16 +0000
  • 68decf8b34 standardized pointer notation; did a bit of janitorial work on Unity struct mkarlesky 2009-02-19 06:43:19 +0000
  • 24a56b0c38 - happier with const (and more optimized on some compilers) - better helper examples - general purpose memory compare mvandervoord 2009-02-19 03:30:45 +0000
  • 3eeb7dd726 Added config for IAR MSP430 greg-williams 2009-02-17 04:50:31 +0000
  • 62ed500b11 * update unity and helper to make names more consistent and to strictly make const interfaces. mvandervoord 2009-02-11 18:43:48 +0000
  • 12289c3f52 * Updated frame to not require separate pointer initialization * Updated test runner to protect teardown (just in case someone tries to put ASSERTS in their teardown function) mvandervoord 2009-01-26 15:16:38 +0000
  • be1c104dc0 * fix to test runner generator mvandervoord 2008-12-12 17:28:05 +0000
  • feec71bda8 Ugh greg-williams 2008-11-20 20:02:24 +0000
  • 9c5213f104 * Fixed hang upon CMock mock verification detecting a failure greg-williams 2008-11-20 19:58:09 +0000
  • e8c1dcf374 * Updated generate_test_runner.rb to work with latest Unity changes greg-williams 2008-11-13 23:27:57 +0000
  • c22740f14a * Updated rakefile to work on Unix-based systems greg-williams 2008-11-13 16:22:10 +0000
  • 6e2de5e52f * Converted Unity to use setjmp/jongjmp for aborting upon test failures * Eliminated TEST_WRAP and TEST_WRAP_NO_RETURN, since new abort mechanism eliminates the need to use these - Updated documentation - Changed default target to GCC in both Unity test and example project greg-williams 2008-11-13 15:39:50 +0000
  • 8f6a7ad770 - Modified generate_test_runner.rb to generate unit test main() with int main(void) instead of void main(void) in order to work with GCC - Removed unused methods from unity_test_summary.rb greg-williams 2008-11-07 14:36:10 +0000
  • 8fb0204021 Examples and main tests can be run on GCC or IAR now mvandervoord 2008-10-29 13:48:26 +0000
  • d1550d8494 Examples projects, more complete documentation, and other beautification. It brings a tear to the eye. mvandervoord 2008-10-29 00:00:30 +0000
  • 158b172fd5 Fixed parameter mismatch bug in TEST_ASSERT_EQUAL_HEX() macro. greg-williams 2008-06-11 21:57:59 +0000
  • f39f8a7701 Updated makefile to run tests after building and added :clean and :all tasks. Added UnityHelper module in order to show how to extend Unity. greg-williams 2008-05-11 19:30:41 +0000
  • 720acfbb95 Initial project population greg-williams 2008-02-07 03:00:54 +0000