Explorar el Código

disable check_xml for now

Julius Pfrommer hace 10 años
padre
commit
c0223435f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/Makefile.am

+ 1 - 1
tests/Makefile.am

@@ -3,7 +3,7 @@ TESTS=
 UNIT_TESTS=
 check_PROGRAMS=
 
-UNIT_TESTS += check_stack check_list check_indexedList check_builtin check_namespace check_memory check_services_view check_xml check_base64
+UNIT_TESTS += check_stack check_list check_indexedList check_builtin check_namespace check_memory check_services_view check_base64
 TESTS += $(UNIT_TESTS)
 check_PROGRAMS += $(UNIT_TESTS)