41769383071d233dcab35a5dd3b34d900c9e86ec
[pspp-builds.git] / tests / Makefile.am
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 TESTS_ENVIRONMENT=top_srcdir=${top_srcdir}
4 TESTS = \
5         command/aggregate.sh \
6         command/autorecod.sh \
7         command/beg-data.sh \
8         command/bignum.sh \
9         command/count.sh \
10         command/data-list.sh \
11         command/erase.sh \
12         command/examine.sh \
13         command/examine-extremes.sh \
14         command/examine-percentiles.sh \
15         command/file-label.sh \
16         command/filter.sh \
17         command/flip.sh \
18         command/import-export.sh \
19         command/lag.sh \
20         command/list.sh \
21         command/loop.sh \
22         command/oneway.sh \
23         command/oneway-missing.sh \
24         command/oneway-with-splits.sh \
25         command/permissions.sh \
26         command/print.sh \
27         command/sample.sh \
28         command/sort.sh \
29         command/split-file.sh \
30         command/t-test-1-indep-val.sh \
31         command/t-test-1-sample-missing-anal.sh \
32         command/t-test-1-sample-missing-list.sh \
33         command/t-test-1s.sh \
34         command/t-test-groups.sh \
35         command/t-test-indep-missing-anal.sh \
36         command/t-test-indep-missing-list.sh \
37         command/t-test-paired-missing-anal.sh \
38         command/t-test-paired-missing-list.sh \
39         command/t-test-pairs.sh \
40         command/trimmed-mean.sh \
41         command/tabs.sh \
42         command/use.sh \
43         command/weight.sh \
44         bugs/agg_crash.sh \
45         bugs/agg-crash-2.sh \
46         bugs/alpha-freq.sh \
47         bugs/big-input.sh \
48         bugs/big-input-2.sh \
49         bugs/comment-at-eof.sh \
50         bugs/compute-fmt.sh \
51         bugs/crosstabs.sh \
52         bugs/crosstabs-crash.sh \
53         bugs/curtailed.sh \
54         bugs/data-crash.sh \
55         bugs/double-frequency.sh \
56         bugs/get.sh \
57         bugs/examine-1sample.sh \
58         bugs/get-no-file.sh \
59         bugs/html-frequency.sh \
60         bugs/if_crash.sh \
61         bugs/multipass.sh \
62         bugs/random.sh \
63         bugs/t-test-with-temp.sh \
64         bugs/t-test.sh \
65         bugs/t-test-alpha.sh \
66         bugs/t-test-alpha2.sh \
67         bugs/terminate.sh \
68         bugs/temporary.sh \
69         bugs/val-labs.sh \
70         bugs/val-labs-trailing-slash.sh \
71         bugs/recode-copy-bug.sh \
72         bugs/computebug.sh \
73         xforms/casefile.sh \
74         xforms/expressions.sh \
75         stats/descript-basic.sh \
76         stats/descript-missing.sh \
77         stats/descript-mean-bug.sh \
78         stats/moments.sh \
79         stats/percentiles-compatible.sh \
80         stats/ntiles.sh \
81         stats/percentiles-enhanced.sh
82
83 noinst_PROGRAMS = gengarbage
84
85 noinst_DATA = sort.data
86 sort.data: gengarbage$(EXTEXT)
87         ./gengarbage | head -1000 > $@
88
89 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data \
90         bugs/computebug.stat bugs/computebug.out \
91         bugs/recode-copy-bug-1.stat bugs/recode-copy-bug-2.stat \
92         bugs/recode-copy-bug-1.out bugs/recode-copy-bug-2.out
93
94 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
95
96 MAINTAINERCLEANFILES = Makefile.in