Commit Graph

  • a2f25d05d8 Added 'c' in example 4 Michael Brockus 2019-07-05 18:10:58 -07:00
  • 3ef82ada65 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
  • 4654d32550 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
  • d186ad0abc 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
  • 692b5deb1b 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
  • 033bb740c8 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
  • fa6f32288b Merge pull request #429 from squidfarts/master Mark VanderVoord 2019-07-05 15:34:23 -04:00
  • af4c20fa20 Updating CMakeLists.txt. Michael Brockus 2019-07-03 21:04:07 -07:00
  • 076d52b86c Updating CMakeLists.txt. Michael Brockus 2019-07-03 21:04:07 -07:00
  • c10f87f1e6 Fixed issues regarding the example Meson project. Michael Brockus 2019-07-03 21:03:39 -07:00
  • 4cd8f1b718 Fixed issues regarding the example Meson project. Michael Brockus 2019-07-03 21:03:39 -07:00
  • c7185b3a5a Added prototypes to stop errors when Ninja. Michael Brockus 2019-07-03 15:55:19 -07:00
  • 23b8450a25 Added prototypes to stop errors when Ninja. Michael Brockus 2019-07-03 15:55:19 -07:00
  • e89b281e43 Wrote info in readme.txt Michael Brockus 2019-07-03 15:54:19 -07:00
  • 5a44e7ff53 Wrote info in readme.txt Michael Brockus 2019-07-03 15:54:19 -07:00
  • b1fd5ad887 Added option with_examples and version info. Michael Brockus 2019-07-03 15:31:26 -07:00
  • c9fec3c761 Added option with_examples and version info. Michael Brockus 2019-07-03 15:31:26 -07:00
  • ab9f8d0959 Added example 4 in examples directory. Michael Brockus 2019-07-03 15:30:50 -07:00
  • a9c4e366cd Added example 4 in examples directory. Michael Brockus 2019-07-03 15:30:50 -07:00
  • c30730faf6 cleanup warning. Mark VanderVoord 2019-07-03 15:07:44 -04:00
  • cb235396ad cleanup warning. Mark VanderVoord 2019-07-03 15:07:44 -04:00
  • f2d826c7c5 - Added options for how to handle TEST_ASSERT_EQUAL shorthand - Tweak a couple style problems with Ruby scripts. Mark VanderVoord 2019-07-03 15:03:03 -04:00
  • b97afac732 - Added options for how to handle TEST_ASSERT_EQUAL shorthand - Tweak a couple style problems with Ruby scripts. Mark VanderVoord 2019-07-03 15:03:03 -04:00
  • bd4d35ddd0 Added meson.build in src directory. Michael Brockus 2019-07-02 19:58:16 -07:00
  • a7799cf4c2 Added meson.build in src directory. Michael Brockus 2019-07-02 19:58:16 -07:00
  • 7dbfc4be56 Adding root meson.build file. Michael Brockus 2019-07-02 19:57:55 -07:00
  • 18b67e5cb0 Adding root meson.build file. Michael Brockus 2019-07-02 19:57:55 -07:00
  • 10f10b5e58 Merge pull request #428 from Wurstnase/master Mark VanderVoord 2019-06-27 06:42:31 -04:00
  • b5d605451a Merge pull request #428 from Wurstnase/master Mark VanderVoord 2019-06-27 06:42:31 -04:00
  • a59db2bdbf add a blank line after #include "unity.h" The include must be in the first line, else you may expect some issues. Some autoformat tools could sort the includes alphabetically and could break the test. Nico Tonnhofer 2019-06-27 08:26:07 +02:00
  • 899ed690d0 add a blank line after #include "unity.h" The include must be in the first line, else you may expect some issues. Some autoformat tools could sort the includes alphabetically and could break the test. Nico Tonnhofer 2019-06-27 08:26:07 +02:00
  • 2b250055bc Add indentation for type autodetection macros Fabian Zahn 2019-05-12 19:57:54 +02:00
  • df0f2a1600 Add indentation for type autodetection macros Fabian Zahn 2019-05-12 19:57:54 +02:00
  • 06ddace18d Update documentation of "UNITY_POINTER_WIDTH" Fabian Zahn 2019-05-12 19:44:02 +02:00
  • fda1783301 Update documentation of "UNITY_POINTER_WIDTH" Fabian Zahn 2019-05-12 19:44:02 +02:00
  • 885ae9638e Introduce patch from "UnityAssertEqualIntArray" for "UnityAssertNumbersArrayWithin" in order to get rid of the sizeof() operator Fabian Zahn 2019-05-12 09:31:26 +02:00
  • ed5c5e41a6 Introduce patch from "UnityAssertEqualIntArray" for "UnityAssertNumbersArrayWithin" in order to get rid of the sizeof() operator Fabian Zahn 2019-05-12 09:31:26 +02:00
  • ae3aad7b89 Remove the remaining sizeof() operators from internal interface Fabian Zahn 2019-05-12 09:24:49 +02:00
  • 01a7960120 Remove the remaining sizeof() operators from internal interface Fabian Zahn 2019-05-12 09:24:49 +02:00
  • 8168382b91 Adjust testHexPrintsUpToMaxNumberOfNibbles (independent of sizeof operator and arithmetics) Fabian Zahn 2019-05-12 09:16:41 +02:00
  • e4f4b71a7d Adjust testHexPrintsUpToMaxNumberOfNibbles (independent of sizeof operator and arithmetics) Fabian Zahn 2019-05-12 09:16:41 +02:00
  • c9b1d217fd Merge pull request #414 from art-of-dom/silent-unity-fixture Mark VanderVoord 2019-05-04 21:08:02 -04:00
  • cf83238dc0 Merge pull request #414 from art-of-dom/silent-unity-fixture Mark VanderVoord 2019-05-04 21:08:02 -04:00
  • ca1c7fa823 Merge pull request #413 from farrrb/feature-editorconfig Mark VanderVoord 2019-05-04 16:14:09 -04:00
  • d0b13d7b5c Merge pull request #413 from farrrb/feature-editorconfig Mark VanderVoord 2019-05-04 16:14:09 -04:00
  • 01a907393a silent mode in unity fixture Dom Postorivo 2019-04-20 15:39:55 -04:00
  • c40d29206a silent mode in unity fixture Dom Postorivo 2019-04-20 15:39:55 -04:00
  • 18430d3b4f Added initial .editorconfig file. Fabian Zahn 2019-05-04 16:01:44 +02:00
  • eb176b5930 Added initial .editorconfig file. Fabian Zahn 2019-05-04 16:01:44 +02:00
  • 197bf351ae Merge pull request #347 from kykrueger/issue-#346-documentation-improvement Mark VanderVoord 2019-05-04 08:13:21 -04:00
  • 9b83fe75a5 Merge pull request #347 from kykrueger/issue-#346-documentation-improvement Mark VanderVoord 2019-05-04 08:13:21 -04:00
  • e9f9638497 Merge branch 'master' into issue-#346-documentation-improvement Mark VanderVoord 2019-05-04 08:13:14 -04:00
  • f95952c26b Merge branch 'master' into issue-#346-documentation-improvement Mark VanderVoord 2019-05-04 08:13:14 -04:00
  • 071044bdd6 Merge pull request #349 from kykrueger/issue-#348-generalize-example-3-gcc-config Mark VanderVoord 2019-05-04 08:11:04 -04:00
  • bc7c79148e Merge pull request #349 from kykrueger/issue-#348-generalize-example-3-gcc-config Mark VanderVoord 2019-05-04 08:11:04 -04:00
  • d70047881e Merge pull request #377 from elliot-gawthrop/execution-time-embedded Mark VanderVoord 2019-05-04 07:53:37 -04:00
  • 3fbcd39c63 Merge pull request #377 from elliot-gawthrop/execution-time-embedded Mark VanderVoord 2019-05-04 07:53:37 -04:00
  • 2697770ae9 Merge pull request #379 from elliot-gawthrop/auto-runner-args Mark VanderVoord 2019-05-04 07:51:40 -04:00
  • 4fe51d0f64 Merge pull request #379 from elliot-gawthrop/auto-runner-args Mark VanderVoord 2019-05-04 07:51:40 -04:00
  • 6a1c0590a9 Merge pull request #389 from squidfarts/master Mark VanderVoord 2019-05-04 07:50:54 -04:00
  • 59e6b3eec3 Merge pull request #389 from squidfarts/master Mark VanderVoord 2019-05-04 07:50:54 -04:00
  • fc7317f103 Merge pull request #399 from frot/master Mark VanderVoord 2019-05-04 07:49:56 -04:00
  • 5208f326b5 Merge pull request #399 from frot/master Mark VanderVoord 2019-05-04 07:49:56 -04:00
  • 94446cdb5e Merge pull request #404 from farrrb/fix-nibbles-UnityPrintNumberHex Mark VanderVoord 2019-05-04 07:39:59 -04:00
  • 04a8ac2c28 Merge pull request #404 from farrrb/fix-nibbles-UnityPrintNumberHex Mark VanderVoord 2019-05-04 07:39:59 -04:00
  • 2b0d093837 Merge pull request #403 from farrrb/fix-issue-392 Mark VanderVoord 2019-05-04 07:39:22 -04:00
  • 58bf0e0063 Merge pull request #403 from farrrb/fix-issue-392 Mark VanderVoord 2019-05-04 07:39:22 -04:00
  • 25c15f632e Merge pull request #410 from art-of-dom/test-cleanup-gt-lt Mark VanderVoord 2019-05-04 07:32:52 -04:00
  • 659f52d07b Merge pull request #410 from art-of-dom/test-cleanup-gt-lt Mark VanderVoord 2019-05-04 07:32:52 -04:00
  • 7514de0582 Merge branch 'master' into test-cleanup-gt-lt Mark VanderVoord 2019-05-04 07:28:12 -04:00
  • 8172aa912e Merge branch 'master' into test-cleanup-gt-lt Mark VanderVoord 2019-05-04 07:28:12 -04:00
  • 93fbc3fbd0 Merge pull request #412 from art-of-dom/array-within Mark VanderVoord 2019-04-20 15:31:58 -04:00
  • 3bc75736ce Merge pull request #412 from art-of-dom/array-within Mark VanderVoord 2019-04-20 15:31:58 -04:00
  • 9340582797 ARRAY_WITHIN in unity Dom Postorivo 2019-04-15 21:33:56 -04:00
  • 84a7e42eaa ARRAY_WITHIN in unity Dom Postorivo 2019-04-15 21:33:56 -04:00
  • 89465c88b0 Add tests for GREATER_OR_EQUAL, LESS_OR_EQUAL, LESS_THAN, and GREATER_THAN Dom Postorivo 2019-04-14 15:59:40 -04:00
  • 8fd9c7dbcf Add tests for GREATER_OR_EQUAL, LESS_OR_EQUAL, LESS_THAN, and GREATER_THAN Dom Postorivo 2019-04-14 15:59:40 -04:00
  • f51e658e8a Merge pull request #409 from art-of-dom/unity_fixture_colour_fix Mark VanderVoord 2019-04-13 14:57:28 -04:00
  • 6c6063673d Merge pull request #409 from art-of-dom/unity_fixture_colour_fix Mark VanderVoord 2019-04-13 14:57:28 -04:00
  • 480d505cd7 Merge pull request #408 from art-of-dom/str-cmp-tests Mark VanderVoord 2019-04-13 14:53:27 -04:00
  • dd28504ca8 Merge pull request #408 from art-of-dom/str-cmp-tests Mark VanderVoord 2019-04-13 14:53:27 -04:00
  • 0bd6bf7b2b Use Pass string from unity.c in unity_fixture.c to garuntee colour behavior Dom Postorivo 2019-04-13 14:08:45 -04:00
  • c541bace2c Use Pass string from unity.c in unity_fixture.c to garuntee colour behavior Dom Postorivo 2019-04-13 14:08:45 -04:00
  • f69fbe8a95 expliticly show test failures of unequal strings Dom Postorivo 2019-04-13 11:45:27 -04:00
  • 85bdd99102 expliticly show test failures of unequal strings Dom Postorivo 2019-04-13 11:45:27 -04:00
  • d01e32299e Used sizeof() operator for pointer increments and substituted sizeof() operator for the unsigned int mask calculation to "UNITY_INT_WIDTH / 8" in function "UnityAssertEqualIntArray". Fabian Zahn 2019-04-06 11:55:24 +02:00
  • 2a7f0ca4f7 Used sizeof() operator for pointer increments and substituted sizeof() operator for the unsigned int mask calculation to "UNITY_INT_WIDTH / 8" in function "UnityAssertEqualIntArray". Fabian Zahn 2019-04-06 11:55:24 +02:00
  • 52ff8613a2 Fixed maximum number of nibbles for processor where sizeof() operator doesn't return the size of a type in 8-bit bytes (e.g. the TI C2000 series). Fabian Zahn 2019-04-07 11:56:34 +02:00
  • b58f6bd586 Fixed maximum number of nibbles for processor where sizeof() operator doesn't return the size of a type in 8-bit bytes (e.g. the TI C2000 series). Fabian Zahn 2019-04-07 11:56:34 +02:00
  • 2191b2ba8e Allow multi line test-function definitions. Fredrik Rothamel 2019-03-13 13:41:29 +01:00
  • 91f0409d7a Allow multi line test-function definitions. Fredrik Rothamel 2019-03-13 13:41:29 +01:00
  • 8507757c6a Merge pull request #401 from ty93/master Mark VanderVoord 2019-03-26 16:33:17 -04:00
  • 2fa6cd59ac Merge pull request #401 from ty93/master Mark VanderVoord 2019-03-26 16:33:17 -04:00
  • aecc642594 recursive search for target test files in test summary python script Tomer Yogev 2019-03-26 17:32:30 +02:00
  • ccb7f0fe5c recursive search for target test files in test summary python script Tomer Yogev 2019-03-26 17:32:30 +02:00