Fixed the make distcheck target
[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/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/weight.sh \
24         bugs/double-frequency.sh \
25         bugs/html-frequency.sh \
26         bugs/crosstabs.sh
27
28 noinst_PROGRAMS = gengarbage
29
30 noinst_DATA = sort.data
31 sort.data: gengarbage$(EXTEXT)
32         ./gengarbage | head -1000 > $@
33
34 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data
35
36 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
37
38 MAINTAINERCLEANFILES = Makefile.in