Fixed a buglet in the ERASE command, added a test for it, and some documentation.
[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/weight.sh \
25         bugs/alpha-freq.sh \
26         bugs/double-frequency.sh \
27         bugs/html-frequency.sh \
28         bugs/crosstabs.sh
29
30 noinst_PROGRAMS = gengarbage
31
32 noinst_DATA = sort.data
33 sort.data: gengarbage$(EXTEXT)
34         ./gengarbage | head -1000 > $@
35
36 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data
37
38 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
39
40 MAINTAINERCLEANFILES = Makefile.in