work on PRINT encoding
[pspp] / tests / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 check_PROGRAMS += \
4         tests/data/datasheet-test \
5         tests/data/sack \
6         tests/data/inexactify \
7         tests/language/lexer/command-name-test \
8         tests/language/lexer/scan-test \
9         tests/language/lexer/segment-test \
10         tests/libpspp/abt-test \
11         tests/libpspp/bt-test \
12         tests/libpspp/encoding-guesser-test \
13         tests/libpspp/heap-test \
14         tests/libpspp/hmap-test \
15         tests/libpspp/hmapx-test \
16         tests/libpspp/i18n-test \
17         tests/libpspp/line-reader-test \
18         tests/libpspp/ll-test \
19         tests/libpspp/llx-test \
20         tests/libpspp/range-map-test \
21         tests/libpspp/range-set-test \
22         tests/libpspp/range-tower-test \
23         tests/libpspp/sparse-array-test \
24         tests/libpspp/sparse-xarray-test \
25         tests/libpspp/str-test \
26         tests/libpspp/string-map-test \
27         tests/libpspp/stringi-map-test \
28         tests/libpspp/string-set-test \
29         tests/libpspp/stringi-set-test \
30         tests/libpspp/tower-test \
31         tests/libpspp/u8-istream-test \
32         tests/libpspp/zip-test \
33         tests/output/render-test
34
35 check-programs: $(check_PROGRAMS)
36
37 tests_data_datasheet_test_SOURCES = \
38         tests/data/datasheet-test.c
39 tests_data_datasheet_test_LDADD = src/libpspp-core.la
40 tests_data_datasheet_test_CFLAGS = $(AM_CFLAGS)
41
42 tests_data_sack_SOURCES = \
43         tests/data/sack.c
44 tests_data_sack_LDADD = src/libpspp-core.la 
45 tests_data_sack_CFLAGS = $(AM_CFLAGS)
46
47 tests_libpspp_line_reader_test_SOURCES = tests/libpspp/line-reader-test.c
48 tests_libpspp_line_reader_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
49
50 tests_libpspp_ll_test_SOURCES = \
51         src/libpspp/ll.c \
52         tests/libpspp/ll-test.c
53 tests_libpspp_ll_test_CFLAGS = $(AM_CFLAGS)
54
55 tests_libpspp_llx_test_SOURCES = \
56         src/libpspp/ll.c \
57         src/libpspp/llx.c \
58         tests/libpspp/llx-test.c
59 tests_libpspp_llx_test_CFLAGS = $(AM_CFLAGS)
60
61 tests_libpspp_encoding_guesser_test_SOURCES = \
62         tests/libpspp/encoding-guesser-test.c
63 tests_libpspp_encoding_guesser_test_LDADD = \
64         src/libpspp/liblibpspp.la \
65         gl/libgl.la
66
67 tests_libpspp_heap_test_SOURCES = \
68         tests/libpspp/heap-test.c
69 tests_libpspp_heap_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
70 tests_libpspp_heap_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
71
72 tests_libpspp_hmap_test_SOURCES = \
73         src/libpspp/hmap.c \
74         tests/libpspp/hmap-test.c
75 tests_libpspp_hmap_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
76
77 tests_libpspp_hmapx_test_SOURCES = \
78         src/libpspp/hmap.c \
79         src/libpspp/hmapx.c \
80         tests/libpspp/hmapx-test.c
81 tests_libpspp_hmapx_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
82
83 tests_libpspp_i18n_test_SOURCES = tests/libpspp/i18n-test.c
84 tests_libpspp_i18n_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la 
85
86 tests_libpspp_abt_test_SOURCES = \
87         src/libpspp/abt.c \
88         tests/libpspp/abt-test.c
89 tests_libpspp_abt_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
90
91 tests_libpspp_bt_test_SOURCES = \
92         src/libpspp/bt.c \
93         tests/libpspp/bt-test.c
94 tests_libpspp_bt_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
95
96 tests_libpspp_range_map_test_SOURCES = \
97         src/libpspp/bt.c \
98         src/libpspp/range-map.c \
99         tests/libpspp/range-map-test.c
100 tests_libpspp_range_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
101
102 tests_libpspp_range_set_test_SOURCES = \
103         tests/libpspp/range-set-test.c
104 tests_libpspp_range_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
105 tests_libpspp_range_set_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
106
107 tests_libpspp_range_tower_test_SOURCES = \
108         tests/libpspp/range-tower-test.c
109 tests_libpspp_range_tower_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
110 tests_libpspp_range_tower_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
111
112 tests_libpspp_str_test_SOURCES = \
113         tests/libpspp/str-test.c
114 tests_libpspp_str_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la 
115
116 tests_libpspp_string_map_test_SOURCES = \
117         tests/libpspp/string-map-test.c
118 tests_libpspp_string_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
119 tests_libpspp_string_map_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
120
121 tests_libpspp_stringi_map_test_SOURCES = \
122         tests/libpspp/stringi-map-test.c
123 tests_libpspp_stringi_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
124 tests_libpspp_stringi_map_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
125
126 tests_libpspp_string_set_test_SOURCES = \
127         src/libpspp/hash-functions.c \
128         src/libpspp/hmap.c \
129         src/libpspp/string-set.c \
130         tests/libpspp/string-set-test.c
131 tests_libpspp_string_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
132
133 tests_libpspp_stringi_set_test_SOURCES = \
134         tests/libpspp/stringi-set-test.c
135 tests_libpspp_stringi_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
136 tests_libpspp_stringi_set_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
137
138 tests_libpspp_tower_test_SOURCES = \
139         tests/libpspp/tower-test.c
140 tests_libpspp_tower_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
141 tests_libpspp_tower_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
142
143 tests_libpspp_u8_istream_test_SOURCES = tests/libpspp/u8-istream-test.c
144 tests_libpspp_u8_istream_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
145
146 tests_libpspp_sparse_array_test_SOURCES = \
147         tests/libpspp/sparse-array-test.c 
148 tests_libpspp_sparse_array_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
149 tests_libpspp_sparse_array_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
150
151 tests_libpspp_sparse_xarray_test_SOURCES = \
152         tests/libpspp/sparse-xarray-test.c
153 tests_libpspp_sparse_xarray_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
154 tests_libpspp_sparse_xarray_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
155
156 tests_data_inexactify_SOURCES = tests/data/inexactify.c
157
158 check_PROGRAMS += tests/language/lexer/command-name-test
159 tests_language_lexer_command_name_test_SOURCES = \
160         src/data/identifier.c \
161         src/language/lexer/command-name.c \
162         tests/language/lexer/command-name-test.c
163 tests_language_lexer_command_name_test_LDADD = \
164         src/libpspp/liblibpspp.la \
165         gl/libgl.la 
166 tests_language_lexer_command_name_test_CFLAGS = $(AM_CFLAGS)
167
168 check_PROGRAMS += tests/language/lexer/scan-test
169 tests_language_lexer_scan_test_SOURCES = \
170         src/data/identifier.c \
171         src/language/lexer/command-name.c \
172         src/language/lexer/scan.c \
173         src/language/lexer/segment.c \
174         src/language/lexer/token.c \
175         tests/language/lexer/scan-test.c
176 tests_language_lexer_scan_test_CFLAGS = $(AM_CFLAGS)
177 tests_language_lexer_scan_test_LDADD = \
178         src/libpspp/liblibpspp.la \
179         gl/libgl.la 
180
181 check_PROGRAMS += tests/language/lexer/segment-test
182 tests_language_lexer_segment_test_SOURCES = \
183         src/data/identifier.c \
184         src/language/lexer/command-name.c \
185         src/language/lexer/segment.c \
186         tests/language/lexer/segment-test.c
187 tests_language_lexer_segment_test_CFLAGS = $(AM_CFLAGS)
188 tests_language_lexer_segment_test_LDADD = \
189         src/libpspp/liblibpspp.la \
190         gl/libgl.la 
191
192 check_PROGRAMS += tests/libpspp/zip-test
193 tests_libpspp_zip_test_SOURCES = \
194         tests/libpspp/zip-test.c
195 tests_libpspp_zip_test_CFLAGS = $(AM_CFLAGS)
196 tests_libpspp_zip_test_LDADD = \
197         src/libpspp/liblibpspp.la \
198         gl/libgl.la 
199
200
201 check_PROGRAMS += tests/output/render-test
202 tests_output_render_test_SOURCES = tests/output/render-test.c
203 tests_output_render_test_LDADD = \
204         src/libpspp.la \
205         src/libpspp-core.la \
206         $(CAIRO_LIBS)
207
208 EXTRA_DIST += \
209         tests/coverage.sh \
210         tests/data/bcd-in.expected.cmp.gz \
211         tests/data/binhex-in.expected.cmp.gz \
212         tests/data/binhex-out.expected.gz \
213         tests/data/legacy-in.expected.cmp.gz \
214         tests/data/num-in.expected.gz \
215         tests/data/num-out-cmp.pl \
216         tests/data/num-out.expected.cmp.gz \
217         tests/data/v13.sav \
218         tests/data/v14.sav \
219         tests/language/data-io/Book1.gnm.unzipped \
220         tests/language/data-io/test.ods
221
222 CLEANFILES += *.save pspp.* foo*
223
224 EXTRA_DIST += tests/OChangeLog
225 \f
226 # Autotest testsuite
227
228 EXTRA_DIST += \
229         tests/testsuite.in \
230         $(TESTSUITE_AT) \
231         $(TESTSUITE) \
232         tests/atlocal.in \
233         $(srcdir)/package.m4 \
234         $(TESTSUITE)
235
236 TESTSUITE_AT = \
237         tests/data/calendar.at \
238         tests/data/data-in.at \
239         tests/data/data-out.at \
240         tests/data/datasheet-test.at \
241         tests/data/format-guesser.at \
242         tests/data/por-file.at \
243         tests/data/sys-file-reader.at \
244         tests/data/sys-file.at \
245         tests/language/command.at \
246         tests/language/control/do-if.at \
247         tests/language/control/do-repeat.at \
248         tests/language/control/loop.at \
249         tests/language/control/temporary.at \
250         tests/language/data-io/add-files.at \
251         tests/language/data-io/data-list.at \
252         tests/language/data-io/data-reader.at \
253         tests/language/data-io/dataset.at \
254         tests/language/data-io/file-handle.at \
255         tests/language/data-io/get-data-spreadsheet.at \
256         tests/language/data-io/get-data-psql.at \
257         tests/language/data-io/get-data-txt.at \
258         tests/language/data-io/get.at \
259         tests/language/data-io/inpt-pgm.at \
260         tests/language/data-io/list.at \
261         tests/language/data-io/match-files.at \
262         tests/language/data-io/print-space.at \
263         tests/language/data-io/print.at \
264         tests/language/data-io/save.at \
265         tests/language/data-io/save-translate.at \
266         tests/language/data-io/update.at \
267         tests/language/dictionary/attributes.at \
268         tests/language/dictionary/formats.at \
269         tests/language/dictionary/missing-values.at \
270         tests/language/dictionary/mrsets.at \
271         tests/language/dictionary/rename-variables.at \
272         tests/language/dictionary/split-file.at \
273         tests/language/dictionary/sys-file-info.at \
274         tests/language/dictionary/value-labels.at \
275         tests/language/dictionary/variable-display.at \
276         tests/language/dictionary/vector.at \
277         tests/language/dictionary/weight.at \
278         tests/language/expressions/evaluate.at \
279         tests/language/expressions/parse.at \
280         tests/language/lexer/command-name.at \
281         tests/language/lexer/lexer.at \
282         tests/language/lexer/q2c.at \
283         tests/language/lexer/scan.at \
284         tests/language/lexer/segment.at \
285         tests/language/lexer/variable-parser.at \
286         tests/language/stats/aggregate.at \
287         tests/language/stats/autorecode.at \
288         tests/language/stats/correlations.at \
289         tests/language/stats/crosstabs.at \
290         tests/language/stats/descriptives.at \
291         tests/language/stats/examine.at \
292         tests/language/stats/factor.at \
293         tests/language/stats/flip.at \
294         tests/language/stats/frequencies.at \
295         tests/language/stats/glm.at \
296         tests/language/stats/means.at \
297         tests/language/stats/npar.at \
298         tests/language/stats/oneway.at \
299         tests/language/stats/quick-cluster.at \
300         tests/language/stats/rank.at \
301         tests/language/stats/regression.at \
302         tests/language/stats/reliability.at \
303         tests/language/stats/roc.at \
304         tests/language/stats/sort-cases.at \
305         tests/language/stats/t-test.at \
306         tests/language/utilities/cache.at \
307         tests/language/utilities/cd.at \
308         tests/language/utilities/date.at \
309         tests/language/utilities/insert.at \
310         tests/language/utilities/permissions.at \
311         tests/language/utilities/set.at \
312         tests/language/utilities/show.at \
313         tests/language/utilities/title.at \
314         tests/language/xforms/compute.at \
315         tests/language/xforms/count.at \
316         tests/language/xforms/recode.at \
317         tests/language/xforms/sample.at \
318         tests/language/xforms/select-if.at \
319         tests/libpspp/abt.at \
320         tests/libpspp/bt.at \
321         tests/libpspp/encoding-guesser.at \
322         tests/libpspp/float-format.at \
323         tests/libpspp/heap.at \
324         tests/libpspp/hmap.at \
325         tests/libpspp/hmapx.at \
326         tests/libpspp/i18n.at \
327         tests/libpspp/line-reader.at \
328         tests/libpspp/ll.at \
329         tests/libpspp/llx.at \
330         tests/libpspp/range-map.at \
331         tests/libpspp/range-set.at \
332         tests/libpspp/range-tower.at \
333         tests/libpspp/sparse-array.at \
334         tests/libpspp/sparse-xarray-test.at \
335         tests/libpspp/str.at \
336         tests/libpspp/string-map.at \
337         tests/libpspp/stringi-map.at \
338         tests/libpspp/string-set.at \
339         tests/libpspp/stringi-set.at \
340         tests/libpspp/tower.at \
341         tests/libpspp/u8-istream.at \
342         tests/libpspp/zip.at \
343         tests/math/moments.at \
344         tests/math/randist.at \
345         tests/output/ascii.at \
346         tests/output/charts.at \
347         tests/output/output.at \
348         tests/output/paper-size.at \
349         tests/output/render.at \
350         tests/ui/terminal/main.at \
351         tests/perl-module.at
352
353 TESTSUITE = $(srcdir)/tests/testsuite
354 DISTCLEANFILES += tests/atconfig tests/atlocal $(TESTSUITE)
355 AUTOTEST_PATH = tests/data:tests/language/lexer:tests/libpspp:tests/output:src/ui/terminal
356
357 $(srcdir)/tests/testsuite.at: tests/testsuite.in tests/automake.mk
358         cp $< $@
359         for t in $(TESTSUITE_AT); do \
360           echo "m4_include([$$t])" >> $@ ;\
361         done
362 EXTRA_DIST += tests/testsuite.at
363
364 CHECK_LOCAL += tests_check
365 tests_check: tests/atconfig tests/atlocal $(TESTSUITE) $(check_PROGRAMS)
366         $(SHELL) '$(TESTSUITE)' -C tests AUTOTEST_PATH=$(AUTOTEST_PATH) $(TESTSUITEFLAGS)
367
368 CLEAN_LOCAL += tests_clean
369 tests_clean:
370         test ! -f '$(TESTSUITE)' || $(SHELL) '$(TESTSUITE)' -C tests --clean
371
372 AUTOM4TE = $(SHELL) $(srcdir)/build-aux/missing --run autom4te
373 AUTOTEST = $(AUTOM4TE) --language=autotest
374 $(TESTSUITE): package.m4 $(srcdir)/tests/testsuite.at $(TESTSUITE_AT) 
375         $(AUTOTEST) -I '$(srcdir)' $@.at | sed 's/@<00A0>@/ /g' > $@.tmp
376         mv $@.tmp $@
377
378 # The `:;' works around a Bash 3.2 bug when the output is not writeable.
379 $(srcdir)/package.m4: $(top_srcdir)/configure.ac
380         :;{ \
381           echo '# Signature of the current package.' && \
382           echo 'm4_define([AT_PACKAGE_NAME],      [$(PACKAGE_NAME)])' && \
383           echo 'm4_define([AT_PACKAGE_TARNAME],   [$(PACKAGE_TARNAME)])' && \
384           echo 'm4_define([AT_PACKAGE_VERSION],   [$(PACKAGE_VERSION)])' && \
385           echo 'm4_define([AT_PACKAGE_STRING],    [$(PACKAGE_STRING)])' && \
386           echo 'm4_define([AT_PACKAGE_BUGREPORT], [$(PACKAGE_BUGREPORT)])' && \
387           echo 'm4_define([AT_PACKAGE_URL],       [$(PACKAGE_URL)])'; \
388         } >'$(srcdir)/package.m4'
389 \f
390 # valgrind support for Autotest testsuite
391
392 valgrind_wrappers = \
393         tests/valgrind/datasheet-test \
394         tests/valgrind/command-name-test \
395         tests/valgrind/scan-test \
396         tests/valgrind/segment-test \
397         tests/valgrind/abt-test \
398         tests/valgrind/bt-test \
399         tests/valgrind/encoding-guesser-test \
400         tests/valgrind/heap-test \
401         tests/valgrind/hmap-test \
402         tests/valgrind/hmapx-test \
403         tests/valgrind/i18n-test \
404         tests/valgrind/ll-test \
405         tests/valgrind/llx-test \
406         tests/valgrind/range-map-test \
407         tests/valgrind/range-set-test \
408         tests/valgrind/range-tower-test \
409         tests/valgrind/sparse-array-test \
410         tests/valgrind/sparse-xarray-test \
411         tests/valgrind/str-test \
412         tests/valgrind/string-map-test \
413         tests/valgrind/stringi-map-test \
414         tests/valgrind/string-set-test \
415         tests/valgrind/stringi-set-test \
416         tests/valgrind/tower-test \
417         tests/valgrind/u8-istream-test \
418         tests/valgrind/render-test \
419         tests/valgrind/pspp
420
421 $(valgrind_wrappers): tests/valgrind-wrapper.in
422         @$(MKDIR_P) tests/valgrind
423         sed -e 's,[@]wrap_program[@],$@,' \
424                 $(top_srcdir)/tests/valgrind-wrapper.in > $@.tmp
425         chmod +x $@.tmp
426         mv $@.tmp $@
427 CLEANFILES += $(valgrind_wrappers)
428 EXTRA_DIST += tests/valgrind-wrapper.in
429
430 VALGRIND = $(SHELL) $(abs_top_builddir)/libtool --mode=execute valgrind --log-file=valgrind.%p --leak-check=full --num-callers=20
431 check-valgrind: all tests/atconfig tests/atlocal $(TESTSUITE) $(valgrind_wrappers)
432         $(SHELL) '$(TESTSUITE)' -C tests VALGRIND='$(VALGRIND)' AUTOTEST_PATH='tests/valgrind:$(AUTOTEST_PATH)' -d $(TESTSUITEFLAGS)
433         @echo
434         @echo '--------------------------------'
435         @echo 'Valgrind output is in:'
436         @echo 'tests/testsuite.dir/*/valgrind.*'
437         @echo '--------------------------------'