Implemented the reliability command.
[pspp-builds.git] / tests / automake.mk
index ac9b415cce508a8b1a055831739c256a94deb8fe..505c4335980bc3fec4c4ee55701e41f3bf3ff795 100644 (file)
@@ -50,6 +50,7 @@ dist_TESTS = \
        tests/command/rename.sh \
        tests/command/regression.sh \
        tests/command/regression-qr.sh \
+       tests/command/reliability.sh \
        tests/command/sample.sh \
        tests/command/sort.sh \
        tests/command/sysfiles.sh \
@@ -107,6 +108,7 @@ dist_TESTS = \
        tests/bugs/double-frequency.sh \
        tests/bugs/empty-do-repeat.sh \
        tests/bugs/get.sh \
+       tests/bugs/examine-crash.sh \
        tests/bugs/examine-1sample.sh \
        tests/bugs/examine-missing.sh \
        tests/bugs/examine-missing2.sh \
@@ -311,3 +313,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