X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=21b70ddab6bdfd1b6d80b20c9c857cc7c8060f84;hb=fa489d6ef77150e60c31906ee322bea2901da57f;hp=5ee230c3e8bc42787e0d911726d6b0289d74256b;hpb=e32e05bf60402d3229e45adcc9b4c8d5bb27d174;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index 5ee230c3e8..21b70ddab6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -TESTS_ENVIRONMENT=top_srcdir=${top_srcdir} +TESTS_ENVIRONMENT = top_srcdir=${top_srcdir} +TESTS_ENVIRONMENT += PERL='@PERL@' TESTS = \ command/aggregate.sh \ command/autorecod.sh \ @@ -19,13 +20,21 @@ TESTS = \ 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 \ @@ -58,6 +67,9 @@ TESTS = \ 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 \ @@ -70,6 +82,8 @@ TESTS = \ 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 \ @@ -81,15 +95,12 @@ TESTS = \ expressions/expressions.sh \ expressions/epoch.sh \ expressions/randist.sh \ - expressions/variables.sh - -noinst_PROGRAMS = gengarbage - -noinst_DATA = sort.data -sort.data: gengarbage$(EXTEXT) - ./gengarbage | head -1000 > $@ + expressions/variables.sh \ + expressions/vectors.sh 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 \ @@ -110,7 +121,6 @@ EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data \ expressions/randist/uniform.out \ expressions/randist/weibull.out -DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual +DISTCLEANFILES = *.save pspp.* foo* MAINTAINERCLEANFILES = Makefile.in -