Rewrite PSPP output engine.
[pspp-builds.git] / tests / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 TESTS_ENVIRONMENT = top_srcdir='$(top_srcdir)' top_builddir='$(top_builddir)'
4 TESTS_ENVIRONMENT += PERL='$(PERL)' PG_CONFIG='$(PG_CONFIG)'
5
6 # Allow locale_charset to find charset.alias before running "make install".
7 TESTS_ENVIRONMENT += CHARSETALIASDIR='$(abs_top_builddir)/gl'
8
9 TESTS_ENVIRONMENT += LC_ALL=C
10
11 dist_TESTS = \
12         tests/command/add-files.sh \
13         tests/command/aggregate.sh \
14         tests/command/attributes.sh \
15         tests/command/autorecod.sh \
16         tests/command/beg-data.sh \
17         tests/command/bignum.sh \
18         tests/command/count.sh \
19         tests/command/correlation.sh \
20         tests/command/data-list.sh \
21         tests/command/do-if.sh \
22         tests/command/do-repeat.sh \
23         tests/command/erase.sh \
24         tests/command/examine.sh \
25         tests/command/examine-extremes.sh \
26         tests/command/examine-percentiles.sh \
27         tests/command/file-label.sh \
28         tests/command/file-handle.sh \
29         tests/command/filter.sh \
30         tests/command/flip.sh \
31         tests/command/get-data-txt.sh \
32         tests/command/get-data-txt-examples.sh \
33         tests/command/get-data-txt-importcases.sh \
34         tests/command/import-export.sh \
35         tests/command/insert.sh \
36         tests/command/lag.sh \
37         tests/command/line-ends.sh \
38         tests/command/list.sh \
39         tests/command/loop.sh \
40         tests/command/longvars.sh \
41         tests/command/match-files.sh \
42         tests/command/missing-values.sh \
43         tests/command/no_case_size.sh \
44         tests/command/n_of_cases.sh \
45         tests/command/npar-binomial.sh \
46         tests/command/npar-chisquare.sh \
47         tests/command/npar-wilcoxon.sh \
48         tests/command/npar-sign.sh \
49         tests/command/oneway.sh \
50         tests/command/oneway-missing.sh \
51         tests/command/oneway-with-splits.sh \
52         tests/command/permissions.sh \
53         tests/command/print.sh \
54         tests/command/print-strings.sh \
55         tests/command/rank.sh \
56         tests/command/rename.sh \
57         tests/command/regression.sh \
58         tests/command/regression-qr.sh \
59         tests/command/reliability.sh \
60         tests/command/roc.sh \
61         tests/command/roc2.sh \
62         tests/command/sample.sh \
63         tests/command/sort.sh \
64         tests/command/sysfiles.sh \
65         tests/command/sysfiles-old.sh \
66         tests/command/sysfile-info.sh \
67         tests/command/split-file.sh \
68         tests/command/t-test-1-indep-val.sh \
69         tests/command/t-test-1-sample-missing-anal.sh \
70         tests/command/t-test-1-sample-missing-list.sh \
71         tests/command/t-test-1s.sh \
72         tests/command/t-test-groups.sh \
73         tests/command/t-test-indep-missing-anal.sh \
74         tests/command/t-test-indep-missing-list.sh \
75         tests/command/t-test-paired-missing-anal.sh \
76         tests/command/t-test-paired-missing-list.sh \
77         tests/command/t-test-pairs.sh \
78         tests/command/trimmed-mean.sh \
79         tests/command/tabs.sh \
80         tests/command/update.sh \
81         tests/command/use.sh \
82         tests/command/variable-display.sh \
83         tests/command/vector.sh \
84         tests/command/very-long-strings.sh \
85         tests/command/weight.sh \
86         tests/formats/bcd-in.sh \
87         tests/formats/binhex-out.sh \
88         tests/formats/date-in.sh \
89         tests/formats/date-out.sh \
90         tests/formats/float-format.sh \
91         tests/formats/format-guesser.sh \
92         tests/formats/ib-in.sh \
93         tests/formats/legacy-in.sh \
94         tests/formats/month-in.sh \
95         tests/formats/month-out.sh \
96         tests/formats/num-in.sh \
97         tests/formats/num-out.sh \
98         tests/formats/time-in.sh \
99         tests/formats/time-out.sh \
100         tests/formats/wkday-in.sh \
101         tests/formats/wkday-out.sh \
102         tests/formats/360.sh \
103         tests/bugs/agg_crash.sh \
104         tests/bugs/agg-crash-2.sh \
105         tests/bugs/alpha-freq.sh \
106         tests/bugs/big-input.sh \
107         tests/bugs/big-input-2.sh \
108         tests/bugs/case-map.sh \
109         tests/bugs/comment-at-eof.sh \
110         tests/bugs/compute-fmt.sh \
111         tests/bugs/compression.sh \
112         tests/bugs/crosstabs.sh \
113         tests/bugs/crosstabs2.sh \
114         tests/bugs/crosstabs-crash.sh \
115         tests/bugs/crosstabs-crash2.sh \
116         tests/bugs/curtailed.sh \
117         tests/bugs/data-crash.sh \
118         tests/bugs/double-frequency.sh \
119         tests/bugs/empty-do-repeat.sh \
120         tests/bugs/get.sh \
121         tests/bugs/examine-crash.sh \
122         tests/bugs/examine-crash2.sh \
123         tests/bugs/examine-crash3.sh \
124         tests/bugs/examine-1sample.sh \
125         tests/bugs/examine-missing.sh \
126         tests/bugs/examine-missing2.sh \
127         tests/bugs/freq-nolabels.sh \
128         tests/bugs/get-no-file.sh \
129         tests/bugs/html-frequency.sh \
130         tests/bugs/if_crash.sh \
131         tests/bugs/input-crash.sh \
132         tests/bugs/lag_crash.sh \
133         tests/bugs/list-overflow.sh \
134         tests/bugs/match-files-scratch.sh \
135         tests/bugs/multipass.sh \
136         tests/bugs/overwrite-input-file.sh \
137         tests/bugs/overwrite-special-file.sh \
138         tests/bugs/piechart.sh \
139         tests/bugs/random.sh \
140         tests/bugs/shbang.sh \
141         tests/bugs/signals.sh \
142         tests/bugs/t-test-with-temp.sh \
143         tests/bugs/t-test.sh \
144         tests/bugs/t-test-alpha.sh \
145         tests/bugs/t-test-alpha2.sh \
146         tests/bugs/t-test-alpha3.sh \
147         tests/bugs/t-test-paired.sh \
148         tests/bugs/temporary.sh \
149         tests/bugs/unwritable-dir.sh \
150         tests/bugs/val-labs.sh \
151         tests/bugs/val-labs-trailing-slash.sh \
152         tests/bugs/recode-copy-bug.sh \
153         tests/bugs/computebug.sh \
154         tests/bugs/compute-lv.sh \
155         tests/bugs/compute-sum.sh \
156         tests/bugs/temp-freq.sh \
157         tests/bugs/print-crash.sh \
158         tests/bugs/keep-all.sh \
159         tests/data/datasheet-test.sh \
160         tests/libpspp/sparse-xarray-test.sh \
161         tests/output/paper-size.sh \
162         tests/xforms/recode.sh \
163         tests/stats/descript-basic.sh \
164         tests/stats/descript-missing.sh \
165         tests/stats/descript-mean-bug.sh \
166         tests/stats/moments.sh \
167         tests/stats/percentiles-compatible.sh \
168         tests/stats/ntiles.sh \
169         tests/stats/percentiles-enhanced.sh \
170         tests/expressions/expressions.sh \
171         tests/expressions/epoch.sh \
172         tests/expressions/randist.sh \
173         tests/expressions/valuelabel.sh \
174         tests/expressions/variables.sh \
175         tests/expressions/vectors.sh
176
177 if GNM_SUPPORT
178 dist_TESTS += tests/command/get-data-gnm.sh 
179 endif
180
181 if PSQL_SUPPORT
182 dist_TESTS += tests/command/get-data-psql.sh 
183 endif
184
185 nodist_TESTS = \
186         tests/libpspp/abt-test \
187         tests/libpspp/bt-test \
188         tests/libpspp/heap-test \
189         tests/libpspp/hmap-test \
190         tests/libpspp/hmapx-test \
191         tests/libpspp/ll-test \
192         tests/libpspp/llx-test \
193         tests/libpspp/range-map-test \
194         tests/libpspp/range-set-test \
195         tests/libpspp/sparse-array-test \
196         tests/libpspp/str-test \
197         tests/libpspp/string-map-test \
198         tests/libpspp/string-set-test \
199         tests/libpspp/tower-test
200
201 TESTS = $(dist_TESTS) $(nodist_TESTS)
202
203 check_PROGRAMS += \
204         $(nodist_TESTS) \
205         tests/data/datasheet-test \
206         tests/formats/inexactify \
207         tests/libpspp/sparse-xarray-test \
208         tests/output/render-test
209
210 tests_data_datasheet_test_SOURCES = \
211         tests/data/datasheet-test.c
212 tests_data_datasheet_test_LDADD = gl/libgl.la src/libpspp-core.la $(LIBINTL) 
213 tests_data_datasheet_test_CFLAGS = $(AM_CFLAGS)
214
215 tests_libpspp_ll_test_SOURCES = \
216         src/libpspp/ll.c \
217         src/libpspp/ll.h \
218         tests/libpspp/ll-test.c
219 tests_libpspp_ll_test_LDADD = gl/libgl.la $(LIBINTL)
220 tests_libpspp_ll_test_CFLAGS = $(AM_CFLAGS)
221
222 tests_libpspp_llx_test_SOURCES = \
223         src/libpspp/ll.c \
224         src/libpspp/ll.h \
225         src/libpspp/llx.c \
226         src/libpspp/llx.h \
227         tests/libpspp/llx-test.c
228 tests_libpspp_llx_test_LDADD = gl/libgl.la $(LIBINTL)
229 tests_libpspp_llx_test_CFLAGS = $(AM_CFLAGS)
230
231 tests_libpspp_heap_test_SOURCES = \
232         src/libpspp/heap.c \
233         src/libpspp/heap.h \
234         src/libpspp/pool.c \
235         src/libpspp/pool.h \
236         tests/libpspp/heap-test.c
237 tests_libpspp_heap_test_LDADD = gl/libgl.la $(LIBINTL) 
238 tests_libpspp_heap_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
239
240 tests_libpspp_hmap_test_SOURCES = \
241         src/libpspp/hmap.c \
242         src/libpspp/hmap.h \
243         tests/libpspp/hmap-test.c
244 tests_libpspp_hmap_test_LDADD = gl/libgl.la $(LIBINTL)
245 tests_libpspp_hmap_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
246
247 tests_libpspp_hmapx_test_SOURCES = \
248         src/libpspp/hmap.c \
249         src/libpspp/hmap.h \
250         src/libpspp/hmapx.c \
251         src/libpspp/hmapx.h \
252         tests/libpspp/hmapx-test.c
253 tests_libpspp_hmapx_test_LDADD = gl/libgl.la $(LIBINTL)
254 tests_libpspp_hmapx_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
255
256 tests_libpspp_abt_test_SOURCES = \
257         src/libpspp/abt.c \
258         src/libpspp/abt.h \
259         tests/libpspp/abt-test.c
260 tests_libpspp_abt_test_LDADD = gl/libgl.la $(LIBINTL)
261 tests_libpspp_abt_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
262
263 tests_libpspp_bt_test_SOURCES = \
264         src/libpspp/bt.c \
265         src/libpspp/bt.h \
266         tests/libpspp/bt-test.c
267 tests_libpspp_bt_test_LDADD = gl/libgl.la
268 tests_libpspp_bt_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
269
270 tests_libpspp_range_map_test_SOURCES = \
271         src/libpspp/bt.c \
272         src/libpspp/bt.h \
273         src/libpspp/range-map.c \
274         src/libpspp/range-map.h \
275         tests/libpspp/range-map-test.c
276 tests_libpspp_range_map_test_LDADD = gl/libgl.la $(LIBINTL)
277 tests_libpspp_range_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
278
279 tests_libpspp_range_set_test_SOURCES = \
280         src/libpspp/bt.c \
281         src/libpspp/bt.h \
282         src/libpspp/pool.c \
283         src/libpspp/pool.h \
284         src/libpspp/range-set.c \
285         src/libpspp/range-set.h \
286         tests/libpspp/range-set-test.c
287 tests_libpspp_range_set_test_LDADD = gl/libgl.la $(LIBINTL) 
288 tests_libpspp_range_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
289
290 tests_libpspp_str_test_SOURCES = \
291         tests/libpspp/str-test.c
292 tests_libpspp_str_test_LDADD = src/libpspp/libpspp.la gl/libgl.la $(LIBINTL) 
293
294 tests_libpspp_string_map_test_SOURCES = \
295         src/libpspp/hash-functions.c \
296         src/libpspp/hmap.c \
297         src/libpspp/string-map.c \
298         src/libpspp/string-set.c \
299         tests/libpspp/string-map-test.c
300 tests_libpspp_string_map_test_LDADD = gl/libgl.la $(LIBINTL)
301 tests_libpspp_string_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
302
303 tests_libpspp_string_set_test_SOURCES = \
304         src/libpspp/hash-functions.c \
305         src/libpspp/hmap.c \
306         src/libpspp/string-set.c \
307         tests/libpspp/string-set-test.c
308 tests_libpspp_string_set_test_LDADD = gl/libgl.la $(LIBINTL)
309 tests_libpspp_string_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
310
311 tests_libpspp_tower_test_SOURCES = \
312         src/libpspp/abt.c \
313         src/libpspp/abt.h \
314         src/libpspp/pool.c \
315         src/libpspp/pool.h \
316         src/libpspp/tower.c \
317         src/libpspp/tower.h \
318         tests/libpspp/tower-test.c
319 tests_libpspp_tower_test_LDADD = gl/libgl.la $(LIBINTL) 
320 tests_libpspp_tower_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
321
322 tests_libpspp_sparse_array_test_SOURCES = \
323         src/libpspp/sparse-array.c \
324         src/libpspp/sparse-array.h \
325         src/libpspp/pool.c \
326         src/libpspp/pool.h \
327         tests/libpspp/sparse-array-test.c
328 tests_libpspp_sparse_array_test_LDADD = gl/libgl.la $(LIBINTL) 
329 tests_libpspp_sparse_array_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
330
331 tests_libpspp_sparse_xarray_test_SOURCES = \
332         src/libpspp/argv-parser.c \
333         src/libpspp/bt.c \
334         src/libpspp/deque.c \
335         src/libpspp/model-checker.c \
336         src/libpspp/range-set.c \
337         src/libpspp/sparse-array.c \
338         src/libpspp/sparse-xarray.c \
339         src/libpspp/str.c \
340         src/libpspp/pool.c \
341         src/libpspp/tmpfile.c \
342         tests/libpspp/sparse-xarray-test.c
343 tests_libpspp_sparse_xarray_test_LDADD = gl/libgl.la $(LIBINTL) 
344 tests_libpspp_sparse_xarray_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
345
346 tests_formats_inexactify_SOURCES = tests/formats/inexactify.c
347
348 noinst_PROGRAMS += tests/dissect-sysfile
349 tests_dissect_sysfile_SOURCES = \
350         src/libpspp/integer-format.c \
351         src/libpspp/float-format.c \
352         tests/dissect-sysfile.c
353 tests_dissect_sysfile_LDADD = gl/libgl.la $(LIBINTL) 
354 tests_dissect_sysfile_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\"
355
356 check_PROGRAMS += tests/output/render-test
357 tests_output_render_test_SOURCES = tests/output/render-test.c
358 tests_output_render_test_LDADD = \
359         src/libpspp.la \
360         src/libpspp-core.la \
361         $(CAIRO_LIBS) \
362         $(LIBICONV) \
363         $(LIBINTL)
364
365 EXTRA_DIST += \
366         $(dist_TESTS) \
367         tests/Book1.gnm.unzipped \
368         tests/weighting.data tests/data-list.data tests/list.data \
369         tests/no_case_size.sav \
370         tests/coverage.sh tests/test_template \
371         tests/v13.sav tests/v14.sav \
372         tests/expressions/randist/beta.out \
373         tests/expressions/randist/cauchy.out \
374         tests/expressions/randist/chisq.out \
375         tests/expressions/randist/exp.out \
376         tests/expressions/randist/f.out \
377         tests/expressions/randist/gamma.out \
378         tests/expressions/randist/laplace.out \
379         tests/expressions/randist/lnormal.out \
380         tests/expressions/randist/logistic.out \
381         tests/expressions/randist/normal.out \
382         tests/expressions/randist/pareto.out \
383         tests/expressions/randist/compare.pl \
384         tests/expressions/randist/randist.pl \
385         tests/expressions/randist/randist.txt \
386         tests/expressions/randist/t.out \
387         tests/expressions/randist/uniform.out \
388         tests/expressions/randist/weibull.out \
389         tests/formats/bcd-in.expected.cmp.gz \
390         tests/formats/binhex-out.expected.gz \
391         tests/formats/ib-in.expected.cmp.gz \
392         tests/formats/legacy-in.expected.cmp.gz \
393         tests/formats/num-in.expected.gz \
394         tests/formats/num-out.expected.cmp.gz \
395         tests/formats/num-out-cmp.pl \
396         tests/formats/num-out-compare.pl \
397         tests/formats/num-out-decmp.pl \
398         tests/formats/num-out.pl
399
400 CLEANFILES += *.save pspp.* foo*
401
402 check-for-export-var-val:
403         @if grep -q 'export .*=' $(dist_TESTS) ; then \
404          echo 'One or more tests contain non-portable "export VAR=val" syntax' ; \
405          false ; \
406         fi
407
408 DIST_HOOKS += check-for-export-var-val
409
410 EXTRA_DIST += tests/OChangeLog
411 \f
412 # Autotest testsuite
413
414 EXTRA_DIST += \
415         $(TESTSUITE_AT) \
416         $(TESTSUITE) \
417         tests/atlocal.in \
418         $(srcdir)/package.m4 \
419         $(TESTSUITE)
420 TESTSUITE_AT = \
421         tests/testsuite.at \
422         tests/output/render.at
423 TESTSUITE = $(srcdir)/tests/testsuite
424 DISTCLEANFILES += tests/atconfig tests/atlocal $(TESTSUITE)
425
426 CHECK_LOCAL += tests_check
427 tests_check: tests/atconfig tests/atlocal $(TESTSUITE)
428         $(SHELL) '$(TESTSUITE)' -C tests AUTOTEST_PATH=tests/output $(TESTSUITEFLAGS)
429
430 CLEAN_LOCAL += tests_clean
431 tests_clean:
432         test ! -f '$(TESTSUITE)' || $(SHELL) '$(TESTSUITE)' -C tests --clean
433
434 AUTOM4TE = $(SHELL) $(srcdir)/missing --run autom4te
435 AUTOTEST = $(AUTOM4TE) --language=autotest
436 $(TESTSUITE): package.m4 $(TESTSUITE_AT)
437         $(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at
438         mv $@.tmp $@
439
440 # The `:;' works around a Bash 3.2 bug when the output is not writeable.
441 $(srcdir)/package.m4: $(top_srcdir)/configure.ac
442         :;{ \
443           echo '# Signature of the current package.' && \
444           echo 'm4_define([AT_PACKAGE_NAME],      [@PACKAGE_NAME@])' && \
445           echo 'm4_define([AT_PACKAGE_TARNAME],   [@PACKAGE_TARNAME@])' && \
446           echo 'm4_define([AT_PACKAGE_VERSION],   [@PACKAGE_VERSION@])' && \
447           echo 'm4_define([AT_PACKAGE_STRING],    [@PACKAGE_STRING@])' && \
448           echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])' && \
449           echo 'm4_define([AT_PACKAGE_URL],       [@PACKAGE_URL@])'; \
450         } >'$(srcdir)/package.m4'