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