Skip to content

UJOTYP-44: Add support of float32 and float64 in tests

Stefan Schalk requested to merge sts/ujotypes-c:CODE_REVIEW into master
  • add helper function ujot_append_to_list_float32
  • add helper function ujot_append_to_list_float16
  • add helper function ujot_get_from_list_float32
  • add helper function ujot_get_from_list_float16
  • add helper function ujot_set_into_map_float32_variant
  • add helper function ujot_set_into_map_float32_uint64
  • add helper function ujot_set_into_map_float16_variant
  • add helper function ujot_set_into_map_float16_uint64
  • add helper function ujot_get_from_map_float32_variant
  • add helper function ujot_get_from_map_float32_uint64
  • add helper function ujot_get_from_map_float16_variant
  • add helper function ujot_get_from_map_float16_uint64
  • extend test structure by float32 and float16
  • rename ujot_test_equal_float_value to ujot_test_equal_float64_value
  • rename ujot_test_unequal_float_value to ujot_test_unequal_float64_value
  • add helper function ujot_test_equal_float32_value
  • add helper function ujot_test_unequal_float32_value

Merge request reports