New tests for UTC parser and UTC formatting
[ACL.git] / test / Makefile.am
index f593b49..f9e14b7 100644 (file)
@@ -5,7 +5,7 @@ LDADD = ../src/.libs/libACL.la
 check_PROGRAMS = string_assign string_basics string_compare string_cat string_substring string_regex \
                  date_assign date_parse date_compare date_arithmetic date_attributes date_check_today \
                  hour_assign hour_parse hour_compare hour_arithmetic hour_check_now \
-                 utc_assign utc_compare utc_arithmetic \
+                 utc_assign utc_parse utc_compare utc_arithmetic utc_convert \
                  integer_assign integer_factorial integer_fibonacci integer_pow64 integer_modulo \
                  xml_file xml_find xml_node xml_elem \
                  configuration_read configuration_find
@@ -35,8 +35,10 @@ hour_check_now_SOURCES     = hour_check_now.cpp
 
 hour_now : hour_check_now
 utc_assign_SOURCES         = utc_assign.cpp
+utc_parse_SOURCES          = utc_parse.cpp
 utc_compare_SOURCES        = utc_compare.cpp
 utc_arithmetic_SOURCES     = utc_arithmetic.cpp
+utc_convert_SOURCES        = utc_convert.cpp
 
 integer_assign_SOURCES     = integer_assign.cpp
 integer_factorial_SOURCES  = integer_factorial.cpp tInteger.cpp