Added Boxplots to the EXAMINE subcommand repertoire
[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/lag.sh \
19         command/list.sh \
20         command/loop.sh \
21         command/oneway.sh \
22         command/oneway-missing.sh \
23         command/oneway-with-splits.sh \
24         command/permissions.sh \
25         command/print.sh \
26         command/sample.sh \
27         command/sort.sh \
28         command/split-file.sh \
29         command/t-test-1-indep-val.sh \
30         command/t-test-1-sample-missing-anal.sh \
31         command/t-test-1-sample-missing-list.sh \
32         command/t-test-1s.sh \
33         command/t-test-groups.sh \
34         command/t-test-indep-missing-anal.sh \
35         command/t-test-indep-missing-list.sh \
36         command/t-test-paired-missing-anal.sh \
37         command/t-test-paired-missing-list.sh \
38         command/t-test-pairs.sh \
39         command/trimmed-mean.sh \
40         command/tabs.sh \
41         command/use.sh \
42         command/weight.sh \
43         bugs/alpha-freq.sh \
44         bugs/comment-at-eof.sh \
45         bugs/compute-fmt.sh \
46         bugs/crosstabs.sh \
47         bugs/data-crash.sh \
48         bugs/double-frequency.sh \
49         bugs/get.sh \
50         bugs/examine-1sample.sh \
51         bugs/html-frequency.sh \
52         bugs/multipass.sh \
53         bugs/random.sh \
54         bugs/t-test-with-temp.sh \
55         bugs/t-test.sh \
56         bugs/t-test-alpha.sh \
57         bugs/t-test-alpha2.sh \
58         bugs/temporary.sh \
59         bugs/val-labs.sh \
60         bugs/recode-copy-bug.sh \
61         bugs/computebug.sh \
62         xforms/casefile.sh \
63         xforms/expressions.sh \
64         stats/descript-basic.sh \
65         stats/descript-missing.sh \
66         stats/descript-mean-bug.sh \
67         stats/moments.sh \
68         stats/percentiles-compatible.sh \
69         stats/ntiles.sh \
70         stats/percentiles-enhanced.sh
71
72 noinst_PROGRAMS = gengarbage
73
74 noinst_DATA = sort.data
75 sort.data: gengarbage$(EXTEXT)
76         ./gengarbage | head -1000 > $@
77
78 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data \
79         bugs/computebug.stat bugs/computebug.out \
80         bugs/recode-copy-bug-1.stat bugs/recode-copy-bug-2.stat \
81         bugs/recode-copy-bug-1.out bugs/recode-copy-bug-2.out
82
83 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
84
85 MAINTAINERCLEANFILES = Makefile.in