X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=2f1b676f8c72fcfe0549fa61cc1c0b7064f169a7;hb=0db7a98b55853dd99701c95dffb3ecb97cee5343;hp=cfe41fa1451dddea00c1d7e378d27dc1f5e1610e;hpb=916d376c0868edf6d271a4fe9fdc96107f69002f;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index cfe41fa1..2f1b676f 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -TESTS_ENVIRONMENT = top_srcdir=${top_srcdir} top_builddir=${top_builddir} +TESTS_ENVIRONMENT = top_srcdir='$(top_srcdir)' top_builddir='$(top_builddir)' TESTS_ENVIRONMENT += PERL='@PERL@' TESTS = \ tests/command/aggregate.sh \ @@ -26,12 +26,16 @@ TESTS = \ tests/command/match-files.sh \ tests/command/missing-values.sh \ tests/command/no_case_size.sh \ + tests/command/n_of_cases.sh \ tests/command/oneway.sh \ tests/command/oneway-missing.sh \ tests/command/oneway-with-splits.sh \ tests/command/permissions.sh \ tests/command/print.sh \ + tests/command/print-strings.sh \ + tests/command/rank.sh \ tests/command/rename.sh \ + tests/command/regression.sh \ tests/command/sample.sh \ tests/command/sort.sh \ tests/command/sysfiles.sh \ @@ -51,7 +55,23 @@ TESTS = \ tests/command/trimmed-mean.sh \ tests/command/tabs.sh \ tests/command/use.sh \ + tests/command/very-long-strings.sh \ tests/command/weight.sh \ + tests/formats/bcd-in.sh \ + tests/formats/binhex-out.sh \ + tests/formats/date-in.sh \ + tests/formats/date-out.sh \ + tests/formats/float-format.sh \ + tests/formats/ib-in.sh \ + tests/formats/legacy-in.sh \ + tests/formats/month-in.sh \ + tests/formats/month-out.sh \ + tests/formats/num-in.sh \ + tests/formats/num-out.sh \ + tests/formats/time-in.sh \ + tests/formats/time-out.sh \ + tests/formats/wkday-in.sh \ + tests/formats/wkday-out.sh \ tests/bugs/agg_crash.sh \ tests/bugs/agg-crash-2.sh \ tests/bugs/alpha-freq.sh \ @@ -65,6 +85,7 @@ TESTS = \ tests/bugs/curtailed.sh \ tests/bugs/data-crash.sh \ tests/bugs/double-frequency.sh \ + tests/bugs/empty-do-repeat.sh \ tests/bugs/get.sh \ tests/bugs/examine-1sample.sh \ tests/bugs/examine-missing.sh \ @@ -73,9 +94,11 @@ TESTS = \ tests/bugs/if_crash.sh \ tests/bugs/input-crash.sh \ tests/bugs/lag_crash.sh \ + tests/bugs/list-overflow.sh \ tests/bugs/match-files-scratch.sh \ tests/bugs/multipass.sh \ tests/bugs/random.sh \ + tests/bugs/signals.sh \ tests/bugs/t-test-with-temp.sh \ tests/bugs/t-test.sh \ tests/bugs/t-test-alpha.sh \ @@ -86,7 +109,10 @@ TESTS = \ tests/bugs/recode-copy-bug.sh \ tests/bugs/computebug.sh \ tests/bugs/compute-lv.sh \ + tests/bugs/compute-sum.sh \ tests/bugs/temp-freq.sh \ + tests/bugs/print-crash.sh \ + tests/bugs/keep-all.sh \ tests/xforms/casefile.sh \ tests/stats/descript-basic.sh \ tests/stats/descript-missing.sh \ @@ -98,12 +124,33 @@ TESTS = \ tests/expressions/expressions.sh \ tests/expressions/epoch.sh \ tests/expressions/randist.sh \ + tests/expressions/valuelabel.sh \ tests/expressions/variables.sh \ - tests/expressions/vectors.sh + tests/expressions/vectors.sh \ + tests/libpspp/ll-test \ + tests/libpspp/llx-test + +check_PROGRAMS += tests/libpspp/ll-test tests/libpspp/llx-test \ + tests/formats/inexactify + +tests_libpspp_ll_test_SOURCES = \ + src/libpspp/ll.c \ + src/libpspp/ll.h \ + tests/libpspp/ll-test.c + +tests_libpspp_llx_test_SOURCES = \ + src/libpspp/ll.c \ + src/libpspp/ll.h \ + src/libpspp/llx.c \ + src/libpspp/llx.h \ + tests/libpspp/llx-test.c + +tests_formats_inexactify_SOURCES = tests/formats/inexactify.c EXTRA_DIST += $(TESTS) tests/weighting.data tests/data-list.data tests/list.data \ tests/no_case_size.sav \ tests/coverage.sh tests/test_template \ + tests/v13.sav tests/v14.sav \ tests/bugs/computebug.stat tests/bugs/computebug.out \ tests/bugs/recode-copy-bug-1.stat tests/bugs/recode-copy-bug-2.stat \ tests/bugs/recode-copy-bug-1.out tests/bugs/recode-copy-bug-2.out \ @@ -118,11 +165,22 @@ EXTRA_DIST += $(TESTS) tests/weighting.data tests/data-list.data tests/list.data tests/expressions/randist/logistic.out \ tests/expressions/randist/normal.out \ tests/expressions/randist/pareto.out \ + tests/expressions/randist/compare.pl \ tests/expressions/randist/randist.pl \ tests/expressions/randist/randist.txt \ tests/expressions/randist/t.out \ tests/expressions/randist/uniform.out \ - tests/expressions/randist/weibull.out + tests/expressions/randist/weibull.out \ + tests/formats/bcd-in.expected.cmp.gz \ + tests/formats/binhex-out.expected.gz \ + tests/formats/ib-in.expected.cmp.gz \ + tests/formats/legacy-in.expected.cmp.gz \ + tests/formats/num-in.expected.gz \ + tests/formats/num-out.expected.cmp.gz \ + tests/formats/num-out-cmp.pl \ + tests/formats/num-out-compare.pl \ + tests/formats/num-out-decmp.pl \ + tests/formats/num-out.pl CLEANFILES += *.save pspp.* foo*