浏览代码

disable check_xml for now

Julius Pfrommer 10 年之前
父节点
当前提交
c0223435f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)