Explorar o código

include _print functions in coverage

Julius Pfrommer %!s(int64=10) %!d(string=hai) anos
pai
achega
9dff4e204e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/check_memory.c

+ 1 - 0
tests/check_memory.c

@@ -13,6 +13,7 @@ START_TEST(newAndEmptyObjectShallBeDeleted) {
 	void    *obj;
 	// when
 	retval  = UA_.types[_i].new(&obj);
+	UA_.types[_i].print(obj, stdout);
 	retval |= UA_.types[_i].delete(obj);
 	// then
 	ck_assert_int_eq(retval, UA_SUCCESS);