Fixed warnings generated by gcc 4.1.2
[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/rename.sh \
37         tests/command/regression.sh \
38         tests/command/sample.sh \
39         tests/command/sort.sh \
40         tests/command/sysfiles.sh \
41         tests/command/sysfiles-old.sh \
42         tests/command/sysfile-info.sh \
43         tests/command/split-file.sh \
44         tests/command/t-test-1-indep-val.sh \
45         tests/command/t-test-1-sample-missing-anal.sh \
46         tests/command/t-test-1-sample-missing-list.sh \
47         tests/command/t-test-1s.sh \
48         tests/command/t-test-groups.sh \
49         tests/command/t-test-indep-missing-anal.sh \
50         tests/command/t-test-indep-missing-list.sh \
51         tests/command/t-test-paired-missing-anal.sh \
52         tests/command/t-test-paired-missing-list.sh \
53         tests/command/t-test-pairs.sh \
54         tests/command/trimmed-mean.sh \
55         tests/command/tabs.sh \
56         tests/command/use.sh \
57         tests/command/very-long-strings.sh \
58         tests/command/weight.sh \
59         tests/bugs/agg_crash.sh \
60         tests/bugs/agg-crash-2.sh \
61         tests/bugs/alpha-freq.sh \
62         tests/bugs/big-input.sh \
63         tests/bugs/big-input-2.sh \
64         tests/bugs/comment-at-eof.sh \
65         tests/bugs/compute-fmt.sh \
66         tests/bugs/compression.sh \
67         tests/bugs/crosstabs.sh \
68         tests/bugs/crosstabs-crash.sh \
69         tests/bugs/curtailed.sh \
70         tests/bugs/data-crash.sh \
71         tests/bugs/double-frequency.sh \
72         tests/bugs/get.sh \
73         tests/bugs/examine-1sample.sh \
74         tests/bugs/examine-missing.sh \
75         tests/bugs/get-no-file.sh \
76         tests/bugs/html-frequency.sh \
77         tests/bugs/if_crash.sh \
78         tests/bugs/input-crash.sh \
79         tests/bugs/lag_crash.sh \
80         tests/bugs/list-overflow.sh \
81         tests/bugs/match-files-scratch.sh \
82         tests/bugs/multipass.sh \
83         tests/bugs/random.sh \
84         tests/bugs/t-test-with-temp.sh \
85         tests/bugs/t-test.sh \
86         tests/bugs/t-test-alpha.sh \
87         tests/bugs/t-test-alpha2.sh \
88         tests/bugs/temporary.sh \
89         tests/bugs/val-labs.sh \
90         tests/bugs/val-labs-trailing-slash.sh \
91         tests/bugs/recode-copy-bug.sh \
92         tests/bugs/computebug.sh \
93         tests/bugs/compute-lv.sh \
94         tests/bugs/temp-freq.sh \
95         tests/bugs/print-crash.sh \
96         tests/bugs/keep-all.sh \
97         tests/xforms/casefile.sh \
98         tests/stats/descript-basic.sh \
99         tests/stats/descript-missing.sh \
100         tests/stats/descript-mean-bug.sh \
101         tests/stats/moments.sh \
102         tests/stats/percentiles-compatible.sh \
103         tests/stats/ntiles.sh \
104         tests/stats/percentiles-enhanced.sh \
105         tests/expressions/expressions.sh \
106         tests/expressions/epoch.sh \
107         tests/expressions/randist.sh \
108         tests/expressions/variables.sh \
109         tests/expressions/vectors.sh \
110         tests/libpspp/ll-test \
111         tests/libpspp/llx-test
112
113 check_PROGRAMS += tests/libpspp/ll-test tests/libpspp/llx-test
114
115 tests_libpspp_ll_test_SOURCES = \
116         src/libpspp/ll.c \
117         src/libpspp/ll.h \
118         tests/libpspp/ll-test.c
119
120 tests_libpspp_llx_test_SOURCES = \
121         src/libpspp/ll.c \
122         src/libpspp/ll.h \
123         src/libpspp/llx.c \
124         src/libpspp/llx.h \
125         tests/libpspp/llx-test.c
126
127 EXTRA_DIST += $(TESTS) tests/weighting.data tests/data-list.data tests/list.data \
128         tests/no_case_size.sav \
129         tests/coverage.sh tests/test_template \
130         tests/v13.sav tests/v14.sav \
131         tests/bugs/computebug.stat tests/bugs/computebug.out \
132         tests/bugs/recode-copy-bug-1.stat tests/bugs/recode-copy-bug-2.stat \
133         tests/bugs/recode-copy-bug-1.out tests/bugs/recode-copy-bug-2.out \
134         tests/expressions/randist/beta.out \
135         tests/expressions/randist/cauchy.out \
136         tests/expressions/randist/chisq.out \
137         tests/expressions/randist/exp.out \
138         tests/expressions/randist/f.out \
139         tests/expressions/randist/gamma.out \
140         tests/expressions/randist/laplace.out \
141         tests/expressions/randist/lnormal.out \
142         tests/expressions/randist/logistic.out \
143         tests/expressions/randist/normal.out \
144         tests/expressions/randist/pareto.out \
145         tests/expressions/randist/compare.pl \
146         tests/expressions/randist/randist.pl \
147         tests/expressions/randist/randist.txt \
148         tests/expressions/randist/t.out \
149         tests/expressions/randist/uniform.out \
150         tests/expressions/randist/weibull.out
151
152 CLEANFILES += *.save pspp.* foo*
153