libabigail/tests
Dodji Seketeli e25159b4b9 Debug type-decl serialization
* src/abg-writer.cc (do_indent): New function.
	(write_corpus&): Use do_indent.  Don't forget to close the
	abi-instr tag.
	(write_type_decl): Use do_indent.  Handle null decls pointers.
	Emit the id at the end of the element.
	(write_namespace_decl): Use do_indent.  Handle null decls
	pointers.
	* tests/test-utils.{h,cc} (get_src_dir,get_build_dir): Constify
	the returned reference to string.
	(is_dir, ensure_dir_path_created, ensure_parent_dir_created): New
	function definitions.
	* tests/test-read-write.cc (main): Augment the test to serialize
	the corpus too.
2013-03-22 16:53:26 +01:00
..
data/test-read-write Debugged type-decl de-serialization 2013-03-21 23:57:22 +01:00
Makefile.am Debugged type-decl de-serialization 2013-03-21 23:57:22 +01:00
test-read-write.cc Debug type-decl serialization 2013-03-22 16:53:26 +01:00
test-utils.cc Debug type-decl serialization 2013-03-22 16:53:26 +01:00
test-utils.h Debug type-decl serialization 2013-03-22 16:53:26 +01:00