@@ -104,7 +104,7 @@ inc = include_directories('.')
104
104
105
105
case_test = executable (' case_test' ,
106
106
[' case_test.c' ],
107
- dependencies : [frontend_port_code, icu],
107
+ dependencies : [frontend_port_code, icu, libintl ],
108
108
include_directories : inc,
109
109
link_with : [common_static, pgport_static],
110
110
build_by_default : false ,
@@ -115,7 +115,7 @@ case_test = executable('case_test',
115
115
116
116
category_test = executable (' category_test' ,
117
117
[' category_test.c' ],
118
- dependencies : [frontend_port_code, icu],
118
+ dependencies : [frontend_port_code, icu, libintl ],
119
119
include_directories : inc,
120
120
link_with : [common_static, pgport_static],
121
121
build_by_default : false ,
@@ -126,7 +126,7 @@ category_test = executable('category_test',
126
126
127
127
norm_test = executable (' norm_test' ,
128
128
[' norm_test.c' , norm_test_table],
129
- dependencies : [frontend_port_code],
129
+ dependencies : [frontend_port_code, libintl ],
130
130
include_directories : inc,
131
131
link_with : [common_static, pgport_static],
132
132
build_by_default : false ,
0 commit comments