Add classes xml_node and xml_element
[ACL.git] / test / Makefile.am
index 740bac0..f593b49 100644 (file)
@@ -7,7 +7,7 @@ check_PROGRAMS = string_assign string_basics string_compare string_cat string_su
                  hour_assign hour_parse hour_compare hour_arithmetic hour_check_now \
                  utc_assign utc_compare utc_arithmetic \
                  integer_assign integer_factorial integer_fibonacci integer_pow64 integer_modulo \
-                 xml_file xml_find \
+                 xml_file xml_find xml_node xml_elem \
                  configuration_read configuration_find
 
 string_assign_SOURCES      = string_assign.cpp
@@ -46,6 +46,8 @@ integer_modulo_SOURCES     = integer_modulo.cpp tInteger.cpp
 
 xml_file_SOURCES           = xml_file.cpp
 xml_find_SOURCES           = xml_find.cpp
+xml_node_SOURCES           = xml_node.cpp
+xml_elem_SOURCES           = xml_elem.cpp
 
 configuration_read_SOURCES = configuration_read.cpp
 configuration_find_SOURCES = configuration_find.cpp