Rewrite and improve formatted output routines.
[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@'
5 TESTS = \
6         tests/command/aggregate.sh \
7         tests/command/autorecod.sh \
8         tests/command/beg-data.sh \
9         tests/command/bignum.sh \
10         tests/command/count.sh \
11         tests/command/data-list.sh \
12         tests/command/do-repeat.sh \
13         tests/command/erase.sh \
14         tests/command/examine.sh \
15         tests/command/examine-extremes.sh \
16         tests/command/examine-percentiles.sh \
17         tests/command/file-label.sh \
18         tests/command/file-handle.sh \
19         tests/command/filter.sh \
20         tests/command/flip.sh \
21         tests/command/import-export.sh \
22         tests/command/lag.sh \
23         tests/command/list.sh \
24         tests/command/loop.sh \
25         tests/command/longvars.sh \
26         tests/command/match-files.sh \
27         tests/command/missing-values.sh \
28         tests/command/no_case_size.sh \
29         tests/command/n_of_cases.sh \
30         tests/command/oneway.sh \
31         tests/command/oneway-missing.sh \
32         tests/command/oneway-with-splits.sh \
33         tests/command/permissions.sh \
34         tests/command/print.sh \
35         tests/command/print-strings.sh \
36         tests/command/rank.sh \
37         tests/command/rename.sh \
38         tests/command/regression.sh \
39         tests/command/sample.sh \
40         tests/command/sort.sh \
41         tests/command/sysfiles.sh \
42         tests/command/sysfiles-old.sh \
43         tests/command/sysfile-info.sh \
44         tests/command/split-file.sh \
45         tests/command/t-test-1-indep-val.sh \
46         tests/command/t-test-1-sample-missing-anal.sh \
47         tests/command/t-test-1-sample-missing-list.sh \
48         tests/command/t-test-1s.sh \
49         tests/command/t-test-groups.sh \
50         tests/command/t-test-indep-missing-anal.sh \
51         tests/command/t-test-indep-missing-list.sh \
52         tests/command/t-test-paired-missing-anal.sh \
53         tests/command/t-test-paired-missing-list.sh \
54         tests/command/t-test-pairs.sh \
55         tests/command/trimmed-mean.sh \
56         tests/command/tabs.sh \
57         tests/command/use.sh \
58         tests/command/very-long-strings.sh \
59         tests/command/weight.sh \
60         tests/formats/binhex-out.sh \
61         tests/formats/date-out.sh \
62         tests/formats/float-format.sh \
63         tests/formats/month-out.sh \
64         tests/formats/num-out.sh \
65         tests/formats/time-out.sh \
66         tests/formats/wkday-out.sh \
67         tests/bugs/agg_crash.sh \
68         tests/bugs/agg-crash-2.sh \
69         tests/bugs/alpha-freq.sh \
70         tests/bugs/big-input.sh \
71         tests/bugs/big-input-2.sh \
72         tests/bugs/comment-at-eof.sh \
73         tests/bugs/compute-fmt.sh \
74         tests/bugs/compression.sh \
75         tests/bugs/crosstabs.sh \
76         tests/bugs/crosstabs-crash.sh \
77         tests/bugs/curtailed.sh \
78         tests/bugs/data-crash.sh \
79         tests/bugs/double-frequency.sh \
80         tests/bugs/get.sh \
81         tests/bugs/examine-1sample.sh \
82         tests/bugs/examine-missing.sh \
83         tests/bugs/get-no-file.sh \
84         tests/bugs/html-frequency.sh \
85         tests/bugs/if_crash.sh \
86         tests/bugs/input-crash.sh \
87         tests/bugs/lag_crash.sh \
88         tests/bugs/list-overflow.sh \
89         tests/bugs/match-files-scratch.sh \
90         tests/bugs/multipass.sh \
91         tests/bugs/random.sh \
92         tests/bugs/t-test-with-temp.sh \
93         tests/bugs/t-test.sh \
94         tests/bugs/t-test-alpha.sh \
95         tests/bugs/t-test-alpha2.sh \
96         tests/bugs/temporary.sh \
97         tests/bugs/val-labs.sh \
98         tests/bugs/val-labs-trailing-slash.sh \
99         tests/bugs/recode-copy-bug.sh \
100         tests/bugs/computebug.sh \
101         tests/bugs/compute-lv.sh \
102         tests/bugs/temp-freq.sh \
103         tests/bugs/print-crash.sh \
104         tests/bugs/keep-all.sh \
105         tests/xforms/casefile.sh \
106         tests/stats/descript-basic.sh \
107         tests/stats/descript-missing.sh \
108         tests/stats/descript-mean-bug.sh \
109         tests/stats/moments.sh \
110         tests/stats/percentiles-compatible.sh \
111         tests/stats/ntiles.sh \
112         tests/stats/percentiles-enhanced.sh \
113         tests/expressions/expressions.sh \
114         tests/expressions/epoch.sh \
115         tests/expressions/randist.sh \
116         tests/expressions/variables.sh \
117         tests/expressions/vectors.sh \
118         tests/libpspp/ll-test \
119         tests/libpspp/llx-test
120
121 check_PROGRAMS += tests/libpspp/ll-test tests/libpspp/llx-test \
122         tests/formats/inexactify
123
124 tests_libpspp_ll_test_SOURCES = \
125         src/libpspp/ll.c \
126         src/libpspp/ll.h \
127         tests/libpspp/ll-test.c
128
129 tests_libpspp_llx_test_SOURCES = \
130         src/libpspp/ll.c \
131         src/libpspp/ll.h \
132         src/libpspp/llx.c \
133         src/libpspp/llx.h \
134         tests/libpspp/llx-test.c
135
136 tests_formats_inexactify_SOURCES = tests/formats/inexactify.c
137
138 EXTRA_DIST += $(TESTS) tests/weighting.data tests/data-list.data tests/list.data \
139         tests/no_case_size.sav \
140         tests/coverage.sh tests/test_template \
141         tests/v13.sav tests/v14.sav \
142         tests/bugs/computebug.stat tests/bugs/computebug.out \
143         tests/bugs/recode-copy-bug-1.stat tests/bugs/recode-copy-bug-2.stat \
144         tests/bugs/recode-copy-bug-1.out tests/bugs/recode-copy-bug-2.out \
145         tests/expressions/randist/beta.out \
146         tests/expressions/randist/cauchy.out \
147         tests/expressions/randist/chisq.out \
148         tests/expressions/randist/exp.out \
149         tests/expressions/randist/f.out \
150         tests/expressions/randist/gamma.out \
151         tests/expressions/randist/laplace.out \
152         tests/expressions/randist/lnormal.out \
153         tests/expressions/randist/logistic.out \
154         tests/expressions/randist/normal.out \
155         tests/expressions/randist/pareto.out \
156         tests/expressions/randist/compare.pl \
157         tests/expressions/randist/randist.pl \
158         tests/expressions/randist/randist.txt \
159         tests/expressions/randist/t.out \
160         tests/expressions/randist/uniform.out \
161         tests/expressions/randist/weibull.out
162
163 CLEANFILES += *.save pspp.* foo*
164