Skip to content

Commit

Permalink
tests: convert pretty_xml.c to C++
Browse files Browse the repository at this point in the history
Change-Id: I40e0aa849193e789bf6634068a92b55484ab17af
Signed-off-by: Simon Marchi <[email protected]>
Signed-off-by: Jérémie Galarneau <[email protected]>
  • Loading branch information
simark authored and jgalar committed May 1, 2024
1 parent 6dee08c commit 9617033
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/xml-utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extract_xml_SOURCES = extract_xml.cpp
extract_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
extract_xml_LDADD = $(libxml2_LIBS)

pretty_xml_SOURCES = pretty_xml.c
pretty_xml_SOURCES = pretty_xml.cpp
pretty_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
pretty_xml_LDADD = $(libxml2_LIBS)

Expand Down
File renamed without changes.

0 comments on commit 9617033

Please sign in to comment.