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