Change W32 console detection to look at the window, not stdout
[platform/upstream/glib.git] / glib / tests / Makefile.am
index eb0efd5..445040a 100644 (file)
@@ -57,6 +57,7 @@ test_programs = \
        list                            \
        logging                         \
        mainloop                        \
+       malloc                          \
        mappedfile                      \
        markup                          \
        markup-parse                    \
@@ -145,10 +146,17 @@ markup_tests = \
        valid-1 valid-2 valid-3 valid-4 valid-5 \
        valid-6 valid-7 valid-8 valid-9 valid-10 \
        valid-11 valid-12 valid-13 valid-14 valid-15 \
+       valid-16 \
+       $(NULL)
+
+cdata_markup_tests = \
+       valid-8 valid-16 \
        $(NULL)
 
 dist_test_data += $(all_markup_data)
-all_markup_data = $(addprefix markups/,$(markup_tests:=.gmarkup) $(markup_tests:=.expected))
+all_markup_data = \
+       $(addprefix markups/,$(markup_tests:=.gmarkup) $(markup_tests:=.expected)) \
+       $(addprefix markups/,$(cdata_markup_tests.=.cdata-as-text))
 
 # -----------------------------------------------------------------------------
 
@@ -185,7 +193,7 @@ gtester-xmllint-check: # check testreport xml with xmllint if present
        ${GTESTER} -k --quiet -o tmpsample.xml --test-arg=--gtester-selftest ${GTESTER}
        ${XMLLINT} --version 2>/dev/null; test "$$?" != 0 || ${XMLLINT} --noout tmpsample.xml
 
-CLEANFILES += tmpsample.xml
+CLEANFILES += tmpsample.xml key_file_* out.xbel
 
 check-am: gtester-xmllint-check