Unity/test/tests
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
..
self_assessment_utils.h Working with very picky compilers. :) 2020-03-16 20:14:02 -04:00
test_generate_test_runner.rb Refactor all yaml files for self-tests to fit Ceedling format for wider reuse. 2019-12-13 20:38:42 -05:00
test_unity_arrays.c Declare the test variable static 2020-03-16 20:26:10 -04:00
test_unity_core.c Wrap UNITY_TEST_ASSERT in a do ... while(0) block 2020-04-09 13:03:16 -04:00
test_unity_doubles.c Declare the test variable static 2020-03-16 20:26:10 -04:00
test_unity_floats.c Declare the test variable static 2020-03-16 20:26:10 -04:00
test_unity_integers_64.c Declare the test variable static 2020-03-16 20:26:10 -04:00
test_unity_integers.c Declare the test variable static 2020-03-16 20:26:10 -04:00
test_unity_memory.c Declare the test variable static 2020-03-16 20:26:10 -04:00
test_unity_parameterized.c more of the same. 2020-03-16 20:38:54 -04:00
test_unity_strings.c Declare the test variable static 2020-03-16 20:26:10 -04:00