Added support for T-TEST where the group criteria is specified as a threshold
[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 = command/aggregate.sh \
5         command/autorecod.sh \
6         command/beg-data.sh \
7         command/bignum.sh \
8         command/count.sh \
9         command/compute.sh \
10         command/descriptives.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/percentiles.sh \
19         command/print.sh \
20         command/sample.sh \
21         command/sort.sh \
22         command/tabs.sh \
23         command/split-file.sh \
24         command/t-test-1s.sh \
25         command/t-test-pairs.sh \
26         command/t-test-groups.sh \
27         command/t-test-1-indep-val.sh \
28         command/weight.sh \
29         bugs/alpha-freq.sh \
30         bugs/compute-fmt.sh \
31         bugs/double-frequency.sh \
32         bugs/html-frequency.sh \
33         bugs/crosstabs.sh \
34         bugs/data-crash.sh \
35         bugs/random.sh \
36         bugs/temporary.sh
37
38 noinst_PROGRAMS = gengarbage
39
40 noinst_DATA = sort.data
41 sort.data: gengarbage$(EXTEXT)
42         ./gengarbage | head -1000 > $@
43
44 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data
45
46 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
47
48 MAINTAINERCLEANFILES = Makefile.in