X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=21b70ddab6bdfd1b6d80b20c9c857cc7c8060f84;hb=3f7992b3de45794c393d10ef3be184973ee64da6;hp=4f2e7560cb0d3cc07889ae1eee982e014b29fb0f;hpb=d781f450096059a2ae52da5749078e68661b9c91;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index 4f2e7560cb..21b70ddab6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,30 +1,126 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -AUTOMAKE_OPTIONS = gnits 1.7 +TESTS_ENVIRONMENT = top_srcdir=${top_srcdir} +TESTS_ENVIRONMENT += PERL='@PERL@' +TESTS = \ + command/aggregate.sh \ + command/autorecod.sh \ + command/beg-data.sh \ + command/bignum.sh \ + command/count.sh \ + command/data-list.sh \ + command/erase.sh \ + command/examine.sh \ + command/examine-extremes.sh \ + command/examine-percentiles.sh \ + command/file-label.sh \ + command/filter.sh \ + command/flip.sh \ + command/import-export.sh \ + command/lag.sh \ + command/list.sh \ + command/loop.sh \ + command/longvars.sh \ + command/match-files.sh \ + command/missing-values.sh \ + command/no_case_size.sh \ + command/oneway.sh \ + command/oneway-missing.sh \ + command/oneway-with-splits.sh \ + command/permissions.sh \ + command/print.sh \ + command/rename.sh \ + command/sample.sh \ + command/sort.sh \ + command/sysfiles.sh \ + command/sysfiles-old.sh \ + command/sysfile-info.sh \ + command/split-file.sh \ + command/t-test-1-indep-val.sh \ + command/t-test-1-sample-missing-anal.sh \ + command/t-test-1-sample-missing-list.sh \ + command/t-test-1s.sh \ + command/t-test-groups.sh \ + command/t-test-indep-missing-anal.sh \ + command/t-test-indep-missing-list.sh \ + command/t-test-paired-missing-anal.sh \ + command/t-test-paired-missing-list.sh \ + command/t-test-pairs.sh \ + command/trimmed-mean.sh \ + command/tabs.sh \ + command/use.sh \ + command/weight.sh \ + bugs/agg_crash.sh \ + bugs/agg-crash-2.sh \ + bugs/alpha-freq.sh \ + bugs/big-input.sh \ + bugs/big-input-2.sh \ + bugs/comment-at-eof.sh \ + bugs/compute-fmt.sh \ + bugs/crosstabs.sh \ + bugs/crosstabs-crash.sh \ + bugs/curtailed.sh \ + bugs/data-crash.sh \ + bugs/double-frequency.sh \ + bugs/get.sh \ + bugs/examine-1sample.sh \ + bugs/get-no-file.sh \ + bugs/html-frequency.sh \ + bugs/if_crash.sh \ + bugs/input-crash.sh \ + bugs/lag_crash.sh \ + bugs/match-files-scratch.sh \ + bugs/multipass.sh \ + bugs/random.sh \ + bugs/t-test-with-temp.sh \ + bugs/t-test.sh \ + bugs/t-test-alpha.sh \ + bugs/t-test-alpha2.sh \ + bugs/terminate.sh \ + bugs/temporary.sh \ + bugs/val-labs.sh \ + bugs/val-labs-trailing-slash.sh \ + bugs/recode-copy-bug.sh \ + bugs/computebug.sh \ + bugs/compute-lv.sh \ + bugs/temp-freq.sh \ + xforms/casefile.sh \ + stats/descript-basic.sh \ + stats/descript-missing.sh \ + stats/descript-mean-bug.sh \ + stats/moments.sh \ + stats/percentiles-compatible.sh \ + stats/ntiles.sh \ + stats/percentiles-enhanced.sh \ + expressions/expressions.sh \ + expressions/epoch.sh \ + expressions/randist.sh \ + expressions/variables.sh \ + expressions/vectors.sh -SUBDIRS = m4 intl doc lib src po config tests +EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data \ + no_case_size.sav \ + coverage.sh test_template \ + bugs/computebug.stat bugs/computebug.out \ + bugs/recode-copy-bug-1.stat bugs/recode-copy-bug-2.stat \ + bugs/recode-copy-bug-1.out bugs/recode-copy-bug-2.out \ + expressions/randist/beta.out \ + expressions/randist/cauchy.out \ + expressions/randist/chisq.out \ + expressions/randist/exp.out \ + expressions/randist/f.out \ + expressions/randist/gamma.out \ + expressions/randist/laplace.out \ + expressions/randist/lnormal.out \ + expressions/randist/logistic.out \ + expressions/randist/normal.out \ + expressions/randist/pareto.out \ + expressions/randist/randist.pl \ + expressions/randist/randist.txt \ + expressions/randist/t.out \ + expressions/randist/uniform.out \ + expressions/randist/weibull.out -pkgdocdir = $(prefix)/doc/@PACKAGE@ -pkgdoc_DATA = NEWS README TODO -noinst_DATA = AUTHORS THANKS +DISTCLEANFILES = *.save pspp.* foo* -DISTCLEANFILES = pref.h - -dist-hook: - cp -rp $(top_srcdir)/examples $(distdir) - -# A `private installation' in my terms is just having the appropriate -# configuration files in ~/.pspp instead of a global configuration -# location. So I let those files be installed automatically. - -private-install: - $(MAKE) private-install -C config -private-uninstall: - $(MAKE) private-uninstall -C config - -EXTRA_DIST = mkinstalldirs config.rpath NEWS ONEWS TODO pref.h.orig configure - -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 - - -ACLOCAL_AMFLAGS = -I m4 +MAINTAINERCLEANFILES = Makefile.in