only load those test files for which the required executables are present
commitdecd7227f669e59a5346ddb601e70699b1219900
authorEric Schulte <schulte.eric@gmail.com>
Wed, 21 Sep 2011 22:34:43 +0000 (21 16:34 -0600)
committerEric Schulte <schulte.eric@gmail.com>
Wed, 21 Sep 2011 22:41:44 +0000 (21 16:41 -0600)
tree2958bb3796f4f99b8611e05ec65d1e8930c6e52c
parent20e670946e6b5a83b7d92ecf68db84e731db5ffd
only load those test files for which the required executables are present

* testing/org-test.el (org-exe-not-found): An error type used to
  signal a missing executable
  (org-test-for-executable): A function used by test files to throw an
  error if a required executable is not present.
  (org-test-load): Simply skip files for which the required
  executables are not present.

* testing/lisp/test-ob-R.el: Conditional loading.
* testing/lisp/test-ob-awk.el: Conditional loading.
* testing/lisp/test-ob-fortran.el: Conditional loading.
testing/lisp/test-ob-R.el
testing/lisp/test-ob-awk.el
testing/lisp/test-ob-fortran.el
testing/org-test.el