File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ LDADD = $(top_builddir)/libxml++/libxml++-$(LIBXMLXX_API_VERSION).la $(LIBXMLXX_
21
21
check_PROGRAMS = \
22
22
saxparser_chunk_parsing_inconsistent_state/test \
23
23
saxparser_parse_double_free/test \
24
- saxparser_parse_stream_inconsistent_state/test
24
+ saxparser_parse_stream_inconsistent_state/test \
25
+ istream_ioparser/test
25
26
26
27
TESTS = $(check_PROGRAMS )
27
28
28
29
saxparser_chunk_parsing_inconsistent_state_test_SOURCES = saxparser_chunk_parsing_inconsistent_state/main.cc
29
30
saxparser_parse_double_free_test_SOURCES = saxparser_parse_double_free/main.cc
30
31
saxparser_parse_stream_inconsistent_state_test_SOURCES = saxparser_parse_stream_inconsistent_state/main.cc
32
+ istream_ioparser_test_SOURCES = istream_ioparser/main.cc
You can’t perform that action at this time.
0 commit comments