소스 검색

include _print functions in coverage

Julius Pfrommer 10 년 전
부모
커밋
9dff4e204e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);