Unity/test
John Lindgren 2485d49d13 Wrap UNITY_TEST_ASSERT in a do ... while(0) block
This ensures that constructions like the following work correctly:

  if(condition)
    TEST_ASSERT(a);
  else
    TEST_ASSERT(b);
2020-04-09 13:03:16 -04:00
..
expectdata Change comments style in unity and test runner to compile with std=c89 2016-05-15 14:35:50 +01:00
spec Module generator finishes for partially existing files 2016-12-02 13:49:07 -07:00
targets Refactor all yaml files for self-tests to fit Ceedling format for wider reuse. 2019-12-13 20:38:42 -05:00
testdata - added target for checking ANSI compliance 2019-10-25 10:17:12 -04:00
tests Wrap UNITY_TEST_ASSERT in a do ... while(0) block 2020-04-09 13:03:16 -04:00
.rubocop.yml Update self-test parameters 2020-03-19 09:48:40 -04:00
Makefile Update makefile to run tests. tweak broken tests. 2020-03-16 19:33:51 -04:00
rakefile Added NOT-EQUAL int variants. 2020-03-16 18:45:40 -04:00
rakefile_helper.rb Added NOT-EQUAL int variants. 2020-03-16 18:45:40 -04:00