Added a test for the compute command.
[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/file-label.sh \
12         command/flip.sh \
13         command/lag.sh \
14         command/list.sh \
15         command/loop.sh \
16         command/print.sh \
17         command/sample.sh \
18         command/sort.sh \
19         command/tabs.sh \
20         command/split-file.sh \
21         bugs/double-frequency.sh \
22         bugs/html-frequency.sh \
23         bugs/crosstabs.sh
24
25 noinst_PROGRAMS = gengarbage
26
27 noinst_DATA = sort.data
28 sort.data: gengarbage$(EXTEXT)
29         ./gengarbage | head -1000 > $@
30
31 EXTRA_DIST = \
32 crosstabs.stat data-fmts.stat   \
33 data-list.data do-if.stat do-repeat.stat        \
34 expr.stat filter.stat gengarbage.c              \
35 inpt-pgm.stat list.data mtch-file.stat  \
36 means.stat mdfy-vars.stat pcs-if.stat recode.stat \
37 repeating.stat reread.data reread.stat  \
38 sys-info.stat t-test.stat temporary.stat        \
39 time-date.stat vector.stat weighting.data weighting.stat $(TESTS)
40
41 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
42
43 MAINTAINERCLEANFILES = Makefile.in