SuperString relational operators
[libacl.git] / test / Makefile.am
1 TESTS = $(check_PROGRAMS) date_today hour_now check_output
2
3 AM_CPPFLAGS = -I../src
4 LDADD = ../src/.libs/libACL.la
5 check_PROGRAMS = string_assign string_basics string_compare string_cat string_convert string_modify \
6                  string_shift string_substring string_regex \
7                  superstring_assign superstring_basics superstring_cat superstring_compare string_split_join \
8                  date_assign date_parse date_compare date_arithmetic date_attributes date_check_today \
9                  hour_assign hour_parse hour_compare hour_arithmetic hour_check_now \
10                  utc_assign utc_parse utc_compare utc_arithmetic utc_convert \
11                  integer_assign integer_factorial integer_fibonacci integer_pow64 integer_modulo \
12                  xml_file xml_find xml_node xml_elem \
13                  configuration_read configuration_find
14
15 string_assign_SOURCES      = string_assign.cpp
16 string_basics_SOURCES      = string_basics.cpp
17 string_compare_SOURCES     = string_compare.cpp
18 string_cat_SOURCES         = string_cat.cpp
19 string_convert_SOURCES     = string_convert.cpp
20 string_modify_SOURCES      = string_modify.cpp
21 string_shift_SOURCES       = string_shift.cpp
22 string_substring_SOURCES   = string_substring.cpp
23 string_regex_SOURCES       = string_regex.cpp
24
25 superstring_assign_SOURCES      = superstring_assign.cpp
26 superstring_basics_SOURCES      = superstring_basics.cpp
27 superstring_cat_SOURCES         = superstring_cat.cpp
28 superstring_compare_SOURCES     = superstring_compare.cpp
29 string_split_join_SOURCES       = string_split_join.cpp
30
31 date_assign_SOURCES        = date_assign.cpp
32 date_parse_SOURCES         = date_parse.cpp
33 date_compare_SOURCES       = date_compare.cpp
34 date_arithmetic_SOURCES    = date_arithmetic.cpp
35 date_attributes_SOURCES    = date_attributes.cpp
36  
37 date_check_today_SOURCES   = date_check_today.cpp
38
39 date_today : date_check_today
40
41 hour_assign_SOURCES        = hour_assign.cpp
42 hour_parse_SOURCES         = hour_parse.cpp
43 hour_compare_SOURCES       = hour_compare.cpp
44 hour_arithmetic_SOURCES    = hour_arithmetic.cpp
45 hour_check_now_SOURCES     = hour_check_now.cpp
46
47 hour_now : hour_check_now
48 utc_assign_SOURCES         = utc_assign.cpp
49 utc_parse_SOURCES          = utc_parse.cpp
50 utc_compare_SOURCES        = utc_compare.cpp
51 utc_arithmetic_SOURCES     = utc_arithmetic.cpp
52 utc_convert_SOURCES        = utc_convert.cpp
53
54 integer_assign_SOURCES     = integer_assign.cpp
55 integer_factorial_SOURCES  = integer_factorial.cpp tInteger.cpp
56 integer_fibonacci_SOURCES  = integer_fibonacci.cpp tInteger.cpp
57 integer_pow64_SOURCES      = integer_pow64.cpp tInteger.cpp
58 integer_modulo_SOURCES     = integer_modulo.cpp tInteger.cpp
59
60 xml_file_SOURCES           = xml_file.cpp
61 xml_find_SOURCES           = xml_find.cpp
62 xml_node_SOURCES           = xml_node.cpp
63 xml_elem_SOURCES           = xml_elem.cpp
64
65 configuration_read_SOURCES = configuration_read.cpp
66 configuration_find_SOURCES = configuration_find.cpp
67
68 clean-local:
69         rm -f xml_test01.out.xml