Fixed a bug where the random number generator always returned zero.
[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         bugs/random.sh
30
31 noinst_PROGRAMS = gengarbage
32
33 noinst_DATA = sort.data
34 sort.data: gengarbage$(EXTEXT)
35         ./gengarbage | head -1000 > $@
36
37 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data
38
39 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
40
41 MAINTAINERCLEANFILES = Makefile.in