Skip to content

Commit 3585d90

Browse files
taliseinkjellahl
authored andcommitted
Add test to autotools build
1 parent be2f824 commit 3585d90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ LDADD = $(top_builddir)/libxml++/libxml++-$(LIBXMLXX_API_VERSION).la $(LIBXMLXX_
2121
check_PROGRAMS = \
2222
saxparser_chunk_parsing_inconsistent_state/test \
2323
saxparser_parse_double_free/test \
24-
saxparser_parse_stream_inconsistent_state/test
24+
saxparser_parse_stream_inconsistent_state/test \
25+
istream_ioparser/test
2526

2627
TESTS = $(check_PROGRAMS)
2728

2829
saxparser_chunk_parsing_inconsistent_state_test_SOURCES = saxparser_chunk_parsing_inconsistent_state/main.cc
2930
saxparser_parse_double_free_test_SOURCES = saxparser_parse_double_free/main.cc
3031
saxparser_parse_stream_inconsistent_state_test_SOURCES = saxparser_parse_stream_inconsistent_state/main.cc
32+
istream_ioparser_test_SOURCES = istream_ioparser/main.cc

0 commit comments

Comments
 (0)