Commit Graph

  • 5109be3881 Missed renames of TEST_FILE() directive Mike Karlesky 2023-08-15 21:16:02 -0400
  • 20bb4355d7
    Merge pull request #685 from jonhenneberg/test_matix_feature Mark VanderVoord 2023-08-13 09:24:03 -0400
  • 7a9e25b445 fix: fixes TEST_PRINTF() expansion error #691 epsilonrt 2023-08-08 22:15:56 +0200
  • aa3ca2d572
    Add/update build directives Michael Karlesky 2023-07-29 20:20:33 -0400
  • 5baa4580ee Fix file endings Jon Hanghøj Henneberg 2023-07-15 22:19:46 +0200
  • c97a2705b3 Add tests for TEST_MATRIX Jon Hanghøj Henneberg 2023-07-13 22:36:23 +0200
  • 5dd2be96fa Add TEST_MATRIX to docs Jon Hanghøj Henneberg 2023-07-13 23:01:13 +0200
  • 11e95e2ed3 manage skip defult runner Uilian Ries 2023-07-14 12:38:57 +0200
  • e38bce4a06 manage skip defult runner Uilian Ries 2023-07-14 12:37:13 +0200
  • 63cfdd15da skip default runner Uilian Ries 2023-07-14 12:22:27 +0200
  • 3f1d569917 use msvc generator for windows Uilian Ries 2023-07-14 12:17:43 +0200
  • 747d0ab91d enable extensions Uilian Ries 2023-07-14 12:16:54 +0200
  • ab52acb310 Prepare Windows environment Uilian Ries 2023-07-14 12:15:31 +0200
  • 856ac8ad5e Use real bool Uilian Ries 2023-07-14 12:09:54 +0200
  • 70c3c7194f Add shared build Uilian Ries 2023-07-14 12:07:24 +0200
  • b05426f73c Use python to install deps Uilian Ries 2023-07-14 12:05:01 +0200
  • 4ca66a29c2 build for any branch Uilian Ries 2023-07-14 12:02:20 +0200
  • c6b7bbe3c0 Support shared library build Uilian Ries 2023-07-14 12:01:20 +0200
  • d593817630 Add TEST_MATIX option for parameterization Jon Hanghøj Henneberg 2023-07-13 22:35:53 +0200
  • 1b9199ee38
    Merge pull request #684 from detly/expose_assert_options Mark VanderVoord 2023-07-13 07:36:18 -0400
  • 8a5918b81d Expose double support as an option. Jason Heeris 2023-07-13 14:53:21 +0800
  • 924d656188
    Merge pull request #681 from AJIOB/docs-typo-fix Mark VanderVoord 2023-07-10 23:28:47 -0400
  • 30b1a05c33
    Fix TEST_CASE description typo Alex Overchenko 2023-07-08 23:15:15 +0300
  • e271a76a11 Squash warnings about unhandled enumeration. James Browning 2023-07-04 15:16:47 -0700
  • 84461ba632 Output execution time in fixture for failed and ignored tests Florence Yernaux 2023-05-17 14:21:50 +0200
  • 8a6623990a
    Merge pull request #677 from ThrowTheSwitch/docs/unity_assertion_reference_fixes Mark VanderVoord 2023-06-12 14:51:33 -0400
  • 4d64a17027 Documentation improvements docs/unity_assertion_reference_fixes Mike Karlesky 2023-06-12 09:58:19 -0400
  • bbb8b3f562
    Merge pull request #676 from 0xhiro/patch-1 Mark VanderVoord 2023-06-04 13:47:38 -0400
  • 9e6e6fcb44
    Update README.md 0xHiro / ヒロ 2023-06-04 12:24:18 +0900
  • b35f6b0851 Add CMAKE_INSTALL_INCLUDEDIR to INSTALL_INTERFACE's include directory nfarid 2023-05-30 11:40:39 +0100
  • 42997fbf14 fixup! Parse test execution time in unity fixture output Florence Yernaux 2023-05-17 08:59:32 +0200
  • 301b4acf79
    Update README.md Kaustubh Mayekar 2023-05-07 20:37:54 +0530
  • f23d8b25cd
    Merge pull request #669 from jonhenneberg/master Mark VanderVoord 2023-04-17 13:06:44 -0400
  • 6a8e03b5a9 Fix filename sanitization with command line option Jon Hanghøj Henneberg 2023-04-17 18:19:51 +0200
  • eae109afc3 Parse test execution time in unity fixture output Florence Yernaux 2023-02-13 15:51:25 +0100
  • c40b80a917
    Merge pull request #665 from torgnylyon/master Mark VanderVoord 2023-03-15 15:06:49 -0400
  • 91ff8c3ee8 Fix delta cast for UINT8_ARRAY_WITHIN Torgny Lyon 2023-03-15 19:29:58 +0100
  • 10a8acb3b6
    Merge pull request #664 from hart-NTP/noreturn Mark VanderVoord 2023-03-15 10:04:08 -0400
  • 40b573a784 Use __attribute__((__noreturn__)) instead of __attribute__((noreturn)) to avoid issue with FreeBSD #define noreturn _Noreturn Dave Hart 2023-03-15 09:11:08 -0400
  • f9879bf7d8
    Merge pull request #662 from nirs/skip-subproject-install Mark VanderVoord 2023-02-21 09:28:05 -0500
  • 18482abd9e Don't install anything when building as subproject Nir Soffer 2023-02-21 01:26:54 +0200
  • a7639eeb54 Bump rubocop up to newer ruby versions (in progress) Mark VanderVoord 2023-02-16 16:40:23 -0500
  • 0854f3d2d5
    Merge pull request #658 from amcnulty-fermat/meson-update Mark VanderVoord 2023-02-15 17:19:36 -0500
  • fba6be17c7 Bump meson_version to '0.47.0' Andrew McNulty 2023-02-14 17:53:03 +0100
  • 43378c4262 Implement review feedback for Meson updates. Andrew McNulty 2023-02-14 09:18:13 +0100
  • 44bc9e6dbe Update Meson build system Andrew McNulty 2023-02-13 17:22:52 +0100
  • cd80a79db5 Add Meson example based on Owen Torres' example. Andrew McNulty 2023-02-13 16:19:39 +0100
  • 699a391c78 Updates to Meson build system: Andrew McNulty 2023-02-13 15:55:47 +0100
  • 768e215e85 Add tests attribute to the generate_test_runner.rb Constantin Dullo 2023-02-09 15:37:18 +0100
  • e8c7d2a131 Add is_main_runner to the options of the generate_test_runner.rb Constantin Dullo 2023-02-09 15:33:37 +0100
  • a9d4dfe90a Add use_test_collections to the options of the generate_test_runner.rb Constantin Dullo 2023-02-09 15:19:58 +0100
  • 8d398775f3 Add directory iterator function to the generate_test_runner.rb Constantin Dullo 2023-02-09 14:54:07 +0100
  • 82649ce0ba Add executor function to the generate_test_runner.rb Constantin Dullo 2023-02-09 14:45:04 +0100
  • 82bd5908d7 Add global generator variable to the generate_test_runner.rb Constantin Dullo 2023-02-09 14:42:03 +0100
  • 7a31075b77 Bump years. Mark VanderVoord 2023-02-06 16:26:36 -0500
  • cd354d9458 Merge branch 'master' into platform_matrix Mark VanderVoord 2023-02-06 15:32:39 -0500
  • 5204c1bacf
    Merge pull request #550 from jannisbaudisch/fix_test_parameterization_regex Mark VanderVoord 2023-02-06 15:31:49 -0500
  • 36259d46b6 Merge PR #545 Mark VanderVoord 2023-02-06 15:15:43 -0500
  • 5e4c587ff5 Merge branch 'master' into platform_matrix Mark VanderVoord 2023-02-06 15:03:04 -0500
  • ae4ab78c47
    Merge pull request #551 from pmembrey/add-meson-generator-for-test-runner Mark VanderVoord 2023-02-06 14:56:17 -0500
  • 1807cb972d Merge branch 'master' into platform_matrix Mark VanderVoord 2023-02-06 14:52:01 -0500
  • 278b8dd3e2 Pull in PR #553. Bump release. Mark VanderVoord 2023-02-06 14:49:29 -0500
  • 5eca8d31ae
    Merge pull request #654 from henrik-nil-acc/const_float_and_double_arrays Mark VanderVoord 2023-02-01 08:11:39 -0500
  • 408e14a66c Declare functions static in the TEST() macro Johannes Carlsson 2023-02-01 09:44:07 +0100
  • 3fe84580c8 Avoid cast-qual warnings with const float and double arrays Henrik Nilsson 2023-02-01 08:02:50 +0100
  • 43a3256747 Test across multiple versions of Ruby Mark VanderVoord 2023-01-16 16:41:21 -0500
  • 5a36b197fb
    Merge pull request #644 from AJIOB/implement_array_within_check Mark VanderVoord 2022-12-29 19:43:58 -0500
  • d826f09bbf
    Merge pull request #648 from Letme/patch-1 Mark VanderVoord 2022-12-12 08:52:54 -0500
  • 7298f3771c
    Change link to wikipedia Assert header file Crt Mori 2022-12-12 14:49:53 +0100
  • 366609dda4
    Create sample.unity Taha Furqaan 2022-12-12 11:36:25 +0530
  • d0e3d73b7d
    Merge pull request #640 from AJIOB/docs_param_tests Mark VanderVoord 2022-12-06 08:25:13 -0500
  • 87dd938d8a
    Merge pull request #639 from AJIOB/auto_define_test_case_marco Mark VanderVoord 2022-12-06 08:24:19 -0500
  • a35af14a27 Actualizing docs AJIOB 2022-11-29 09:26:29 +0300
  • a9959df958 Returning lost spaces AJIOB 2022-11-28 20:27:56 +0300
  • b2360fa7ca Adding delta infinity & nan checks & tests AJIOB 2022-11-28 20:23:36 +0300
  • 0963e20d0b Force moving double delta logic to local function AJIOB 2022-11-28 20:09:06 +0300
  • 7d2a927082 Adding lost float & double assert entries when they were previously disabled AJIOB 2022-11-28 18:45:58 +0300
  • aed2e62142 Float-double types typo was fixed AJIOB 2022-11-28 18:30:46 +0300
  • 9c45c7861b Adding support for floating point arrays within. Testing newly created API. AJIOB 2022-11-28 18:28:31 +0300
  • 6567f07f47 Adding possibility for setting relative & absolute floating difference AJIOB 2022-11-28 17:47:08 +0300
  • 0b92f9b960
    Merge pull request #643 from jpihl/master Mark VanderVoord 2022-11-28 07:51:55 -0500
  • ab51657f62
    Merge pull request #642 from AJIOB/docs_assertion_fix Mark VanderVoord 2022-11-28 07:50:42 -0500
  • 50146afb46
    Update unity.c Jeppe Pihl 2022-11-28 13:15:55 +0100
  • e15b9f7a28 Fixing typo in assertion reference Alex Overchenko 2022-11-28 13:22:40 +0300
  • ad86e15ca5 Adding docs to TEST_RANGE formats. Adding parameterizedDemo tests as an independent file Alex Overchenko 2022-11-27 16:09:22 +0300
  • 48d7210644 Fixing CI tests passing Alex Overchenko 2022-11-27 14:46:34 +0300
  • e4085eb8e6 Using default macro for TEST_CASEs define. Improving docs about manual definition. Alex Overchenko 2022-11-27 14:36:22 +0300
  • cef22753c4 Adding param tests documentation. Describe TEST_CASE logic. Alex Overchenko 2022-11-27 14:20:03 +0300
  • 4d5ed3d68b Adding possibility for automatically defining TEST_CASE & TEST_RANGE macros Alex Overchenko 2022-11-27 13:05:13 +0300
  • 67ca5c57c9
    Merge pull request #556 from erijo/test-range-exclusive-end Mark VanderVoord 2022-11-12 20:46:33 -0500
  • f94763d2bc
    Merge pull request #587 from mbonesi/patch-1 Mark VanderVoord 2022-11-12 20:43:19 -0500
  • 303e6ec81a
    Merge pull request #594 from LeoSebal/dev/python_JUnit_fix Mark VanderVoord 2022-11-12 20:42:55 -0500
  • 7e332fb9a9
    Merge pull request #598 from AJIOB/parse_output_color_support Mark VanderVoord 2022-11-12 20:42:07 -0500
  • 568d5f885a
    Merge pull request #625 from ivankravets/master Mark VanderVoord 2022-11-12 20:34:06 -0500
  • 0876c5d853
    Merge pull request #629 from jonathangjertsen/printf-long Mark VanderVoord 2022-11-12 20:33:13 -0500
  • 714bd1fdd3
    Merge pull request #633 from RodrigoDornelles/patch-1 Mark VanderVoord 2022-11-12 20:32:14 -0500
  • 563786f97c Add support for TEST_RANGE with exclusive end Erik Flodin 2021-04-16 12:02:15 +0200
  • 22777c4810
    Merge pull request #635 from Westlanderz/bugfix/Cross-compiling-set-native Mark VanderVoord 2022-10-14 10:35:13 -0400
  • 5c23fa3c16
    Merge pull request #634 from erijo/test-case-space Mark VanderVoord 2022-10-14 10:09:41 -0400
  • 76b7e359cc Improve handling of space in TEST_CASE/RANGE Erik Flodin 2022-10-13 22:13:03 +0200