11904772f7aec94aab5c95d0d807c0039f1238fb
[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/file-label.sh \
13         command/filter.sh \
14         command/flip.sh \
15         command/lag.sh \
16         command/list.sh \
17         command/loop.sh \
18         command/oneway.sh \
19         command/oneway-missing.sh \
20         command/print.sh \
21         command/sample.sh \
22         command/sort.sh \
23         command/split-file.sh \
24         command/t-test-1-indep-val.sh \
25         command/t-test-1-sample-missing-anal.sh \
26         command/t-test-1-sample-missing-list.sh \
27         command/t-test-1s.sh \
28         command/t-test-groups.sh \
29         command/t-test-indep-missing-anal.sh \
30         command/t-test-indep-missing-list.sh \
31         command/t-test-paired-missing-anal.sh \
32         command/t-test-paired-missing-list.sh \
33         command/t-test-pairs.sh \
34         command/tabs.sh \
35         command/use.sh \
36         command/weight.sh \
37         bugs/alpha-freq.sh \
38         bugs/comment-at-eof.sh \
39         bugs/compute-fmt.sh \
40         bugs/crosstabs.sh \
41         bugs/data-crash.sh \
42         bugs/double-frequency.sh \
43         bugs/get.sh \
44         bugs/html-frequency.sh \
45         bugs/multipass.sh \
46         bugs/random.sh \
47         bugs/t-test-with-temp.sh \
48         bugs/t-test.sh \
49         bugs/temporary.sh \
50         bugs/val-labs.sh \
51         bugs/recode-copy-bug.sh \
52         bugs/computebug.sh \
53         xforms/casefile.sh \
54         xforms/expressions.sh \
55         stats/descript-basic.sh \
56         stats/descript-missing.sh \
57         stats/descript-mean-bug.sh \
58         stats/moments.sh \
59         stats/percentiles-compatible.sh \
60         stats/percentiles-enhanced.sh
61
62 noinst_PROGRAMS = gengarbage
63
64 noinst_DATA = sort.data
65 sort.data: gengarbage$(EXTEXT)
66         ./gengarbage | head -1000 > $@
67
68 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data
69
70 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
71
72 MAINTAINERCLEANFILES = Makefile.in