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