Implemented class hour.
[ACL.git] / test / Makefile.am
index c3f99c7..a7cdd2f 100644 (file)
@@ -3,7 +3,8 @@ TESTS = $(check_PROGRAMS) date_today check_output
 AM_CPPFLAGS = -I../src
 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
+                 date_assign date_parse date_compare date_arithmetic date_attributes date_check_today \
+                 hour_assign hour_parse
 
 string_assign_SOURCES      = string_assign.cpp
 string_basics_SOURCES      = string_basics.cpp
@@ -21,3 +22,6 @@ date_attributes_SOURCES    = date_attributes.cpp
 date_check_today_SOURCES   = date_check_today.cpp
 
 date_today : date_check_today
+
+hour_assign_SOURCES        = hour_assign.cpp
+hour_parse_SOURCES         = hour_parse.cpp