Add stub for USE ALL.
[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/t-test-1-sample-missing-list.sh \
29         command/t-test-paired-missing-list.sh \
30         command/t-test-paired-missing-anal.sh \
31         command/t-test-1-sample-missing-anal.sh \
32         command/t-test-indep-missing-list.sh \
33         command/t-test-indep-missing-anal.sh \
34         command/use.sh \
35         command/weight.sh \
36         bugs/alpha-freq.sh \
37         bugs/compute-fmt.sh \
38         bugs/double-frequency.sh \
39         bugs/html-frequency.sh \
40         bugs/crosstabs.sh \
41         bugs/data-crash.sh \
42         bugs/random.sh \
43         bugs/temporary.sh
44
45 noinst_PROGRAMS = gengarbage
46
47 noinst_DATA = sort.data
48 sort.data: gengarbage$(EXTEXT)
49         ./gengarbage | head -1000 > $@
50
51 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data
52
53 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
54
55 MAINTAINERCLEANFILES = Makefile.in