X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=5092eca226b83fbb06c477522b609defc83b4ce7;hb=5ee84736663824fe12474b78dace867e42893a14;hp=ac9b415cce508a8b1a055831739c256a94deb8fe;hpb=123d16d68da74c02aca66ba3896e5ec2d33efbc0;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index ac9b415c..5092eca2 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -121,6 +121,7 @@ dist_TESTS = \ tests/bugs/multipass.sh \ tests/bugs/overwrite-input-file.sh \ tests/bugs/overwrite-special-file.sh \ + tests/bugs/piechart.sh \ tests/bugs/random.sh \ tests/bugs/signals.sh \ tests/bugs/t-test-with-temp.sh \ @@ -128,6 +129,7 @@ dist_TESTS = \ tests/bugs/t-test-alpha.sh \ tests/bugs/t-test-alpha2.sh \ tests/bugs/t-test-alpha3.sh \ + tests/bugs/t-test-paired.sh \ tests/bugs/temporary.sh \ tests/bugs/unwritable-dir.sh \ tests/bugs/val-labs.sh \ @@ -270,6 +272,7 @@ tests_dissect_sysfile_SOURCES = \ src/libpspp/float-format.c \ tests/dissect-sysfile.c tests_dissect_sysfile_LDADD = gl/libgl.la @LIBINTL@ +tests_dissect_sysfile_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" EXTRA_DIST += \ $(dist_TESTS) \ @@ -311,3 +314,11 @@ EXTRA_DIST += \ CLEANFILES += *.save pspp.* foo* +DIST_HOOKS += check-for-export-var-val +check-for-export-var-val: + @if grep -q 'export .*=' $(dist_TESTS) ; then \ + echo 'One or more tests contain non-portable "export VAR=val" syntax' ; \ + false ; \ + fi + +EXTRA_DIST += tests/OChangeLog