Make the expression code a little nicer and fix bugs found
[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/descriptives.sh \
10         command/erase.sh \
11         command/file-label.sh \
12         command/filter.sh \
13         command/flip.sh \
14         command/lag.sh \
15         command/list.sh \
16         command/loop.sh \
17         command/percentiles.sh \
18         command/print.sh \
19         command/sample.sh \
20         command/sort.sh \
21         command/tabs.sh \
22         command/split-file.sh \
23         command/t-test-1s.sh \
24         command/t-test-pairs.sh \
25         command/t-test-groups.sh \
26         command/t-test-1-indep-val.sh \
27         command/t-test-1-sample-missing-list.sh \
28         command/t-test-paired-missing-list.sh \
29         command/t-test-paired-missing-anal.sh \
30         command/t-test-1-sample-missing-anal.sh \
31         command/t-test-indep-missing-list.sh \
32         command/t-test-indep-missing-anal.sh \
33         command/use.sh \
34         command/weight.sh \
35         bugs/alpha-freq.sh \
36         bugs/compute-fmt.sh \
37         bugs/double-frequency.sh \
38         bugs/html-frequency.sh \
39         bugs/crosstabs.sh \
40         bugs/data-crash.sh \
41         bugs/random.sh \
42         bugs/t-test.sh \
43         bugs/temporary.sh \
44         bugs/val-labs.sh \
45         xforms/expressions.sh
46
47 noinst_PROGRAMS = gengarbage
48
49 noinst_DATA = sort.data
50 sort.data: gengarbage$(EXTEXT)
51         ./gengarbage | head -1000 > $@
52
53 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data
54
55 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
56
57 MAINTAINERCLEANFILES = Makefile.in