Commit Graph

  • fedd1495c2
    Merge pull request #503 from andred/master Mark VanderVoord 2020-05-25 11:09:55 -0400
  • a6a4e9766d unity: annotate noreturn APIs (fix Wsuggest-attribute=noreturn warnings) André Draszik 2020-05-25 15:32:16 +0100
  • 06a668579f
    Merge pull request #501 from andred/master Mark VanderVoord 2020-05-25 06:59:32 -0400
  • 9760c4f14f unity: fix Wswitch-enum warning André Draszik 2020-05-25 07:48:16 +0100
  • f5ff3504b5 auto/run_test: fix Wsign-compare warning André Draszik 2020-05-25 07:14:14 +0100
  • 582312fc8a Changed UnityAssertFloatSpecial and UnityAssertDoubleSpecial argument ordering in tests Alari Õis 2020-05-07 13:15:19 +0300
  • 00989acd2b Cosmetic changes Alari Õis 2020-05-07 12:47:46 +0300
  • 0475a6cb67 printf style formatting support for float and double tests Alari Õis 2020-05-07 11:57:28 +0300
  • 73968c63b3 printf style formatting support for UnityPrintPointlessAndBail and UnityIsOneArrayNull Alari Õis 2020-05-07 10:11:03 +0300
  • b531ea9c6f printf style formatting support for UnityAssertEqualMemory, UnityAssertEqualString, UnityAssertEqualStringLen, UnityAssertEqualStringArray, UnityAssertEqualIntArray Alari Õis 2020-05-07 09:10:57 +0300
  • ef596af027 printf style formatting support for UnityAssertNumbersArrayWithin Alari Õis 2020-05-07 08:40:57 +0300
  • 4aec5d9f24 printf style formatting support for UnityAssertNumbersWithin Alari Õis 2020-05-07 08:12:36 +0300
  • 6607789ce6 printf style formatting support for UnityAssertGreaterOrLessOrEqualNumber Alari Õis 2020-05-05 21:25:17 +0300
  • a2214da822 printf style formatting support for UnityAssertBits Alari Õis 2020-05-05 20:48:04 +0300
  • 98a223c85c First (far from done) implementation for printf style formatting for test messages Alari Õis 2020-05-05 14:14:35 +0300
  • b0032caca4
    Merge pull request #499 from jsloth/bugfix/suiteTearDown Mark VanderVoord 2020-05-04 16:09:30 -0400
  • dcb30731f8 Fixed suiteTearDown not matching prototype Jakob Olesen 2020-05-04 20:34:45 +0200
  • 77c394e975
    Merge pull request #498 from AlariOis/master Mark VanderVoord 2020-05-04 09:48:23 -0400
  • 87f382fbb2
    Merge branch 'master' into master Mark VanderVoord 2020-05-04 09:45:03 -0400
  • 97f6d55256 c99 support for new RUN_TEST macro Alari Õis 2020-05-04 08:20:19 +0300
  • cf949f45ca
    Bump Version v2.5.1 Mark VanderVoord 2020-05-03 16:03:07 -0400
  • fd80d514ee Revert "More elegant RUN_TEST macro" Mark VanderVoord 2020-05-03 08:57:21 -0400
  • 9f4b2251de
    Merge pull request #493 from VShilenkov/master Mark VanderVoord 2020-05-02 14:38:02 -0400
  • c5413ce16b
    Merge pull request #497 from AlariOis/master Mark VanderVoord 2020-05-02 14:36:03 -0400
  • cdfb7e092c More elegant RUN_TEST macro Alari Õis 2020-05-01 08:18:09 +0300
  • ae8b98e80b
    Merge pull request #496 from AlariOis/master Mark VanderVoord 2020-04-25 08:55:07 -0400
  • ec31dfacad Fixed typos in documentation Alari Õis 2020-04-25 07:14:21 +0300
  • 7e9de38911 updated unity for 64-bit support Sebastian 2020-04-16 16:49:55 -0600
  • a2af08c773 project: revert UNITY_VERSION_* to unity.h Vitalii Shylienkov 2020-04-14 11:02:24 +0200
  • b397a72e89 cmake: get version from meson Vitalii Shylienkov 2020-04-13 13:08:18 +0200
  • 2a2a4d19c5 meson: supports version Vitalii Shylienkov 2020-04-13 12:47:07 +0200
  • a78e6c8566
    Merge pull request #494 from jlindgren90/master Mark VanderVoord 2020-04-09 16:10:46 -0400
  • 2485d49d13 Wrap UNITY_TEST_ASSERT in a do ... while(0) block John Lindgren 2020-04-09 13:03:16 -0400
  • d603ccdc3b cmake: update CMake Vitalii Shylienkov 2020-04-09 13:58:45 +0200
  • 10fd84f02b
    Merge pull request #492 from farshield/fix_small_typo Mark VanderVoord 2020-03-28 13:34:31 -0400
  • ff479e9aa0 Fix small typo Gavriil Pascalau 2020-03-28 18:31:43 +0100
  • 87d8de6d55 Disable osx tests because (1) they are slow and (2) the toolchain is old and crusty mvandervoord 2020-03-19 10:02:38 -0400
  • 615cf2349e Update self-test parameters mvandervoord 2020-03-19 09:48:40 -0400
  • 8c4ae7aacd clarification in docs (#468) mvandervoord 2020-03-18 15:19:35 -0400
  • 2c3e75e859 Fixed issue #486 mvandervoord 2020-03-17 20:38:11 -0400
  • 371e062555 Fixed issue #480 - better protection against bad pattern matching. mvandervoord 2020-03-17 16:24:25 -0400
  • f61a7ea8e4 Fix Issue #479 (Thanks @cy18) mvandervoord 2020-03-17 16:12:08 -0400
  • a67cb27dd4
    Merge pull request #472 from jlindgren90/master Mark VanderVoord 2020-03-17 15:35:47 -0400
  • 99199515fd Update documentation. Add UNITY_PRINT_TEST_CONTEXT (thanks @jlindgren90 !) Replaces PR #473 mvandervoord 2020-03-17 15:01:46 -0400
  • 3e4dfec147 Add support for alternate forms of header and source files to test runner generator. This borrows heavily from #477 (Thanks @Tuc-an) but maintains the ability to sort files that don't need to be relinked. mvandervoord 2020-03-17 14:02:54 -0400
  • 75754de04e more of the same. mvandervoord 2020-03-16 20:38:54 -0400
  • 6e3ecbf92b Declare the test variable static mvandervoord 2020-03-16 20:26:10 -0400
  • d7a05a56df Working with very picky compilers. :) mvandervoord 2020-03-16 20:14:02 -0400
  • 6a86a83207
    Merge pull request #487 from michaelbadcrumble/master Mark VanderVoord 2020-03-16 19:55:55 -0400
  • 3ee46e3da3 Forgot EOL mvandervoord 2020-03-16 19:51:05 -0400
  • a58054b013 Update makefile to run tests. tweak broken tests. mvandervoord 2020-03-16 19:33:51 -0400
  • 71e77ce6fb Added NOT-EQUAL int variants. Organized Unit Tests mvandervoord 2020-03-16 18:45:40 -0400
  • bad429428d Add assertion for checking empty null-terminated arrays. This is particularly useful for check c strings. mvandervoord 2020-03-16 15:04:40 -0400
  • 5e9acef74f
    Merge pull request #488 from jvcdk/feature/test_printf Mark VanderVoord 2020-02-18 10:02:41 -0500
  • a2c63a005a Use macro __FILE__ for filename reporting in messages (rather than main file filename provided by runner). Jørn Villesen Christensen 2020-02-14 14:14:10 +0100
  • 22a047ebb5 Updated documentation and examples to reflect the TEST_PRINTF function. Jørn Villesen Christensen 2020-02-14 12:35:41 +0100
  • 3da0b4652c Implement macro TEST_PRINTF: Works like TEST_MESSAGE, but with a format-string. Jørn Villesen Christensen 2020-02-14 12:31:53 +0100
  • 3b80ba73fe add clang to CI file Michael 2020-02-08 10:39:34 -0800
  • 8a3a31f7b3 clean up meson support Michael 2020-02-08 10:30:43 -0800
  • c101cfa7d2
    Merge pull request #485 from korigod/test-range Mark VanderVoord 2020-02-02 15:12:03 -0500
  • 218fa2cbe8
    Add TEST_RANGE to specify arg ranges in parameterized tests Andrei Korigodskii 2020-02-02 22:00:27 +0300
  • 533aa60a92
    update info and cleaned script [skip ci] Michael Brockus 2020-01-27 23:11:24 -0800
  • 0e29555c48
    update script info [skip ci] Michael Brockus 2020-01-27 23:09:13 -0800
  • f6dcfa9ffd
    update script info [skip ci] Michael Brockus 2020-01-27 23:08:28 -0800
  • c25f23a05e
    update example 4 root meson.build [skip ci] Michael Brockus 2020-01-27 23:07:27 -0800
  • e96e00b7cd
    update script info [skip ci] Michael Brockus 2020-01-27 23:06:11 -0800
  • aa07de09c5
    update script info [skip ci] Michael Brockus 2020-01-27 23:05:33 -0800
  • 8991c5e0a9
    updated script info [skip ci] Michael Brockus 2020-01-27 23:05:02 -0800
  • 3f30505696
    update unity memory extras root [skip ci] Michael Brockus 2020-01-27 23:03:54 -0800
  • d8bcc501ac
    updated meson.build [skip ci] Michael Brockus 2020-01-27 23:03:04 -0800
  • 5ce6569c03
    update info in Unity source dir [skip ci] Michael Brockus 2020-01-27 23:02:11 -0800
  • aa764a6397
    update info in root build script [skip ci] Michael Brockus 2020-01-27 23:01:15 -0800
  • 7ee68b5bb9
    compiler flags for linux systems only Michael Brockus 2020-01-27 22:50:05 -0800
  • d0714178a8
    Merge pull request #484 from mr-bat/patch-1 Mark VanderVoord 2020-01-27 13:05:29 +0200
  • 04858be38f
    update copyright message mr-bat 2020-01-26 11:22:07 -0800
  • 77e28b06ac bump Meson version to 0.53.0 Michael 2020-01-23 22:05:05 -0800
  • 6530ac2f84 remove flags and let Meson handle that Michael 2020-01-23 22:01:59 -0800
  • d2b909c008 add meson.build in memory Michael 2020-01-23 21:48:28 -0800
  • 29718574d4 add meson.build in fixture Michael 2020-01-23 21:48:16 -0800
  • 9ebb190d41 add meson.build in extras Michael 2020-01-23 21:47:57 -0800
  • b5f238bdcb update root meson.build to expose extras Michael 2020-01-23 21:47:38 -0800
  • e3b445b093 Merge https://github.com/ThrowTheSwitch/Unity Tuc-An 2020-01-05 14:02:51 -0500
  • 622918a7df
    Merge pull request #476 from art-of-dom/module-char-scrub Mark VanderVoord 2019-12-26 07:14:53 -0500
  • 3b5b491860 sub in '_' for '-' in define and test name in module generator Dom Postorivo 2019-12-11 21:30:18 -0500
  • fb3375aed0 add supoort for header files with extensions other than just .h Tuc-an 2019-12-20 15:41:59 -0500
  • e449210977
    Merge pull request #475 from ThrowTheSwitch/refactor/self-test-cleanup Mark VanderVoord 2019-12-15 14:49:27 -0500
  • f3b87bb91c another tweak to how we handle the ci vs local testing. mvandervoord 2019-12-15 14:36:59 -0500
  • e276e1a458 Swap order so that CI runs all the makefile tests... but local test:all skips them as mostly redundant and very platform specific. mvandervoord 2019-12-15 10:30:26 -0500
  • d271759bcd Merge branch 'master' into refactor/self-test-cleanup mvandervoord 2019-12-15 10:10:44 -0500
  • 47b630391d Minor tweak to the way we load includes mvandervoord 2019-12-15 10:07:05 -0500
  • fb45e3010b the makefiles in the extras are in the test dirs. mvandervoord 2019-12-14 22:38:52 -0500
  • ef0cf704d9 Centralize all testing to the test folder instead of each subproject. Trigger ALL tests when calling rake test:all instead of that being just the core tests. mvandervoord 2019-12-14 22:24:30 -0500
  • 461c6b3978 Clean up ci tasks. Get the files to use the build directory again. mvandervoord 2019-12-14 05:18:46 -0500
  • 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 -0500
  • f39c856a37 auto: Only create run_test() function if it's needed. John Lindgren 2019-12-10 13:24:14 -0500
  • 853f04b000 Add UNITY_PRINT_TEST_CONTEXT. John Lindgren 2019-12-12 12:43:54 -0500
  • 6c639c1ec4 fix float compare Alanscut 2019-12-10 19:41:58 +0800
  • 5e3fb620fb
    Merge pull request #470 from LinoMastro/help_msg Mark VanderVoord 2019-12-11 14:54:04 -0500
  • 1d1de74153
    Merge pull request #469 from LinoMastro/bug_fixes Mark VanderVoord 2019-12-09 06:39:13 -0500
  • 5c5773720f Implement an -h/--help flag for Unity Fixtures and add documentation Lino Mastrodomenico 2019-12-09 00:25:28 +0000