Added tests for the one sample and paired T-TEST commands
[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/t-test-1s.sh \
25         command/t-test-pairs.sh \
26         command/weight.sh \
27         bugs/alpha-freq.sh \
28         bugs/double-frequency.sh \
29         bugs/html-frequency.sh \
30         bugs/crosstabs.sh \
31         bugs/data-crash.sh \
32         bugs/random.sh
33
34 noinst_PROGRAMS = gengarbage
35
36 noinst_DATA = sort.data
37 sort.data: gengarbage$(EXTEXT)
38         ./gengarbage | head -1000 > $@
39
40 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data
41
42 DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
43
44 MAINTAINERCLEANFILES = Makefile.in