Commit Graph

  • 461c6b3978 Clean up ci tasks. Get the files to use the build directory again. mvandervoord 2019-12-14 05:18:46 -05:00
  • 3f71d10b2e Refactor all yaml files for self-tests to fit Ceedling format for wider reuse. Fix mistake in unity selftest without output spy running. Namespace self-tests for consistency across ThrowTheSwitch projects (like being able to test:all) Reduce clutter of NAMED self-tests in task list. mvandervoord 2019-12-13 20:38:42 -05:00
  • f39c856a37 auto: Only create run_test() function if it's needed. John Lindgren 2019-12-10 13:24:14 -05:00
  • 5e3fb620fb Merge pull request #470 from LinoMastro/help_msg Mark VanderVoord 2019-12-11 14:54:04 -05:00
  • 1d1de74153 Merge pull request #469 from LinoMastro/bug_fixes Mark VanderVoord 2019-12-09 06:39:13 -05:00
  • 5c5773720f Implement an -h/--help flag for Unity Fixtures and add documentation Lino Mastrodomenico 2019-12-09 00:25:28 +00:00
  • e59185cd8d Fix another access outside array bounds. Lino Mastrodomenico 2019-12-08 22:34:47 +00:00
  • 86caf7ec97 Fix access outside array bounds. Lino Mastrodomenico 2019-12-08 22:32:18 +00:00
  • e3132cdddd Change the way we ignore the default runner. mvandervoord 2019-12-05 13:51:55 -05:00
  • c5c36ab29f Do NOT include the default test runner if a custom runner has been defined. Cleanup some style issues. mvandervoord 2019-12-05 13:19:43 -05:00
  • 2f79302d5c Merge pull request #465 from michaelbadcrumble/meson_support Mark VanderVoord 2019-12-04 06:02:32 -05:00
  • de1cb75e4c Keep Meson support back to version 0.50.0 Michael Brockus 2019-12-03 22:49:22 -08:00
  • 3fb17f33e2 Update root meson.build Michael Brockus 2019-12-03 22:45:37 -08:00
  • e2682ae43a update (commented out) example of using WEAK (which is not supported any longer) mvandervoord 2019-11-12 18:26:15 -05:00
  • c3d7662a1e fixture example doesn't use memory extra v2.5.0 mvandervoord 2019-10-30 10:05:49 -04:00
  • ded22fef63 Make memory handling optional in fixtures mvandervoord 2019-10-30 09:50:22 -04:00
  • 37a0f7184c Merge pull request #459 from elliot-gawthrop/combined_suite Mark VanderVoord 2019-10-30 09:33:18 -04:00
  • 2aaf3c4504 Merge pull request #461 from jlindgren90/duplicate-branch Mark VanderVoord 2019-10-30 09:31:14 -04:00
  • d34f72282f Merge pull request #463 from ThrowTheSwitch/refactor/split_mem_from_fixture Mark VanderVoord 2019-10-30 09:26:40 -04:00
  • 179b492e18 Sigh. had to NOT disable these warnings by default because the gcc on our test rig doesn't understand it mvandervoord 2019-10-30 09:00:53 -04:00
  • 5dd5931114 Try to keep compiler from complaining about this cast that we KNOW is okay. mvandervoord 2019-10-30 08:53:08 -04:00
  • 94dc637d03 While we're fixing warnings / errors, disable this (otherwise helpful) error because we are purposefully making this example file fail for this. mvandervoord 2019-10-30 08:48:08 -04:00
  • e40b0bf2b5 Let's just go with it. Why fight the warnings when they could catch other issues? mvandervoord 2019-10-30 08:42:46 -04:00
  • efd02920ca Fix path problem in Travis CI mvandervoord 2019-10-30 08:06:52 -04:00
  • fbded74349 Split memory from fixtures and make it's own addon mvandervoord 2019-10-30 07:52:07 -04:00
  • 3fb86421b2 Merge pull request #460 from jlindgren90/array-64 Mark VanderVoord 2019-10-29 17:21:35 -04:00
  • 8072c5c946 Remove exactly duplicated 'else if' branch. John Lindgren 2019-10-29 17:10:45 -04:00
  • 32e6d93ab0 Fix TEST_ASSERT_HEX64_ARRAY_WITHIN truncating delta to 32 bits. John Lindgren 2019-10-29 16:59:59 -04:00
  • a303e08859 Option to omit UnityBegin/UnityEnd calls in generate_test_runner anon 2019-10-29 19:38:43 +00:00
  • 34ebd82d8c Merge pull request #458 from jlindgren90/verify-test Mark VanderVoord 2019-10-29 13:31:47 -04:00
  • 9c82fac380 Update incorrect comment. John Lindgren 2019-10-29 13:21:59 -04:00
  • cf5b2d2568 Make verifyTest() leave Ignores and Callbacks intact. John Lindgren 2019-10-29 13:21:34 -04:00
  • 74d47e8afa Add missed casting mvandervoord 2019-10-29 06:34:09 -04:00
  • 354e2b4da6 Added set of assertions for checking CHAR's and CHAR arrays (not as strings) mvandervoord 2019-10-28 16:54:32 -04:00
  • 60b23dc8a4 Stopped supported -0 as a float output because (a) it is non-portable, only existing on some architectures and (b) relies on the undefined behavior of 1.0/0.0 mvandervoord 2019-10-28 13:43:32 -04:00
  • e1dca8fa48 Add options for different output formats mvandervoord 2019-10-28 12:43:11 -04:00
  • 3f334b8be6 Merge pull request #450 from arcadien/fix_comments Mark VanderVoord 2019-10-28 10:45:23 -04:00
  • be87d790c7 Add verifyTest option to go with resetTest. Fix docs. mvandervoord 2019-10-28 10:32:22 -04:00
  • b75b19c969 CMakeLists fixes Aurelien Labrosse 2019-10-08 19:40:04 +00:00
  • 15631f1c78 More tweaking to make it happy on both windows and *nix mvandervoord 2019-10-25 11:53:59 -04:00
  • 8d044e60c6 update fixture tests too mvandervoord 2019-10-25 11:41:27 -04:00
  • 368a7d8970 Fixed a couple of mistakes in last commit mvandervoord 2019-10-25 11:20:25 -04:00
  • d16c27b085 - added target for checking ANSI compliance - fixed ANSI (C89) issues, including #418 mvandervoord 2019-10-25 10:17:12 -04:00
  • 748efa26b5 Merge pull request #456 from detly/int_array_doc_fix Mark VanderVoord 2019-10-25 06:03:22 -04:00
  • 86b19304ed Added num_elements parameter to docs for TEST_ASSERT_INTn_ARRAY_WITHIN(). Jason Heeris 2019-10-25 14:37:00 +11:00
  • eb0bd42f0d Updated to newer coding standard mvandervoord 2019-10-24 15:33:41 -04:00
  • addd60edab Merge pull request #454 from jlindgren90/common-run-test Mark VanderVoord 2019-10-24 14:42:23 -04:00
  • 277e844bed Convert RUN_TEST() to a function (generated from an ERB template). John Lindgren 2019-10-22 15:18:20 -04:00
  • d10cf6645d Remove unnecessary #includes. John Lindgren 2019-10-22 15:05:34 -04:00
  • 68cc45a918 Make sure setUp/tearDown are always defined. John Lindgren 2019-10-22 15:04:03 -04:00
  • 5fc72fbca1 fix name of teardown function Mark VanderVoord 2019-10-22 06:52:25 -04:00
  • ff697ad29c suite setup and teardown no longer static (simplifies test-supplied instance) Mark VanderVoord 2019-10-22 06:45:47 -04:00
  • ac427b28fc Fixed backwards case. Mark VanderVoord 2019-10-22 06:37:28 -04:00
  • 2d8a69e0d1 update handling of when suite_setup/teardown in use Mark VanderVoord 2019-10-22 06:27:26 -04:00
  • cb8744c496 More argument fixing (I hate flying blind... can't wait to get back on my laptop) Mark VanderVoord 2019-10-21 14:59:31 -04:00
  • c19e3f99ce missed function call arguments Mark VanderVoord 2019-10-21 14:45:56 -04:00
  • 9fdcc2d3ff Catch up documentation to match these changes. Mark VanderVoord 2019-10-21 14:29:52 -04:00
  • d9b0edf282 Switch from the inconsistent use of weak symbols to handling setup, etc in script generators Mark VanderVoord 2019-10-21 14:21:52 -04:00
  • 0793de9ef1 Do not fail makefile just because example fails. Mark VanderVoord 2019-10-21 11:27:28 -04:00
  • 9842a4d03d Switching to universal version being in the header file itself. Mark VanderVoord 2019-10-21 10:12:59 -04:00
  • 77008edca9 Support size_t macros Mark VanderVoord 2019-10-21 08:32:35 -04:00
  • 210b7759dd Merge pull request #451 from michaelbadcrumble/meson_support Mark VanderVoord 2019-10-21 06:02:50 -04:00
  • 1748f00fc7 Adding ignore entries. Michael Brockus 2019-10-12 08:50:58 -07:00
  • 8227ea2c36 Update .gitattributes Michael Brockus 2019-10-12 08:44:03 -07:00
  • bcbb476e20 Upgrade Meson support version number two 0.52.0. Michael Brockus 2019-10-12 08:38:10 -07:00
  • 8ce41ede72 Merge pull request #449 from richardhob/richardhob-bugfix-cmake-minimum-version Mark VanderVoord 2019-10-02 14:46:17 -04:00
  • 53916f823c Update CMakeLists.txt richardhob 2019-10-02 11:38:48 -07:00
  • 5cb2b63490 Merge pull request #442 from jlindgren90/win32-compat Mark VanderVoord 2019-09-30 06:01:10 -04:00
  • 50db1a7e67 Merge pull request #445 from michaelbadcrumble/fix_meson_support Mark VanderVoord 2019-09-30 05:58:47 -04:00
  • e1381748f8 Merge pull request #446 from michaelbadcrumble/update_cmake_support Mark VanderVoord 2019-09-30 05:57:27 -04:00
  • 380103ab8c Merge pull request #448 from alecoding/malloc_alignment Mark VanderVoord 2019-09-30 05:55:55 -04:00
  • 7df6cca794 Fix compiler warning Alessio Centazzo 2019-09-29 22:01:03 -07:00
  • 75e88a9bc4 Fix MallocThenReallocGrowsMemoryInPlace Alessio Centazzo 2019-09-29 21:45:51 -07:00
  • fc14856321 Fix malloc alignment Alessio Centazzo 2019-09-29 15:08:48 -07:00
  • 7e3804545c Fixed typo in sub CMakeLists.txt. Michael Brockus 2019-09-22 06:59:35 -07:00
  • f4251bf87d Remove Unity version number. Michael Brockus 2019-09-17 12:23:28 -07:00
  • bc7d89a891 Create CMakeLists.txt Michael Brockus 2019-09-17 12:17:22 -07:00
  • e6f38c2792 Update CMakeLists.txt Michael Brockus 2019-09-17 12:14:47 -07:00
  • 31ab99b860 Update sub meson.build in test runner dir. Michael Brockus 2019-09-17 11:33:31 -07:00
  • 29af4c0e0d Updated sub meson.build in example test dir. Michael Brockus 2019-09-17 11:30:07 -07:00
  • 964a58c053 Updated sub meson script in example src. Michael Brockus 2019-09-17 11:28:47 -07:00
  • f2711a87a6 Update meson.build Michael Brockus 2019-09-17 11:25:17 -07:00
  • 822e244bd4 Update source meson.build Michael Brockus 2019-09-17 09:37:41 -07:00
  • c2c42ce14f Update meson.build Michael Brockus 2019-09-17 09:31:26 -07:00
  • 9578a382cc Fix "rake scripts" when running on Windows. John Lindgren 2019-09-13 16:19:46 -04:00
  • 46263fc148 Get the 2's compliment of the unsigned int number when printing results without relying on problematic recasting of a negated int. (see #439) Mark VanderVoord 2019-09-10 15:52:37 -04:00
  • 2939c420ed Better protection against nested comments (and things that look like comments) Mark VanderVoord 2019-08-12 15:40:43 -04:00
  • 7514b89fa6 Merge pull request #431 from arcadien/AVR_OPTIMISATION Mark VanderVoord 2019-07-09 08:34:47 -04:00
  • 3ac73efe62 optimisation(AVR): Store static string in AVR EEPROM Aurelien Labrosse 2019-07-09 09:58:48 +02:00
  • 1100c5d8f0 Merge pull request #430 from squidfarts/master Mark VanderVoord 2019-07-06 12:00:17 -04:00
  • 3afc0412e1 Changed source of Unity. Michael Brockus 2019-07-06 08:54:07 -07:00
  • 0892db2376 Protect against nil return codes in rakefiles Mark VanderVoord 2019-07-06 11:31:31 -04:00
  • 3e82c0a96f sigh. wrong comment style Mark VanderVoord 2019-07-06 11:07:00 -04:00
  • 0000f1e6d2 Add TEST_MESSAGE for outputting messages without aborting a test and _MESSAGE variant to TEST_PASS collection. Mark VanderVoord 2019-07-06 11:02:32 -04:00
  • a2f25d05d8 Added 'c' in example 4 Michael Brockus 2019-07-05 18:10:58 -07:00
  • a54d58a8fd It doesn't seem like there is a time where setUp and tearDown aren't required in Fixture. Mark VanderVoord 2019-07-05 19:29:21 -04:00
  • 45020b0d3b Cleanup issue #417 Mark VanderVoord 2019-07-05 19:14:22 -04:00
  • bc72eeb211 Merge pull request #425 from farrrb/fix-ti-c55-sizeof Mark VanderVoord 2019-07-05 15:41:41 -04:00
  • 6b2eb52468 Add test to verify comment-stripping is working with http-style comments. Mark VanderVoord 2019-07-05 15:35:40 -04:00
  • 4661e67233 Merge pull request #429 from squidfarts/master Mark VanderVoord 2019-07-05 15:34:23 -04:00