summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-07-15 18:03:27 +0200
committerAchim Gratz <Stromeko@Stromeko.DE>2012-07-15 18:03:36 +0200
commit0e03e06703f5aabe31d77e0c0712f0311e1b93d5 (patch)
tree7b86661839bad686ddbf9de88b7492ab85c1b084
parenta60506718176b1c4b4cc374e298051f81156d3a5 (diff)
downloadorg-mode-0e03e06703f5aabe31d77e0c0712f0311e1b93d5.tar.gz
add hints for R testing
* default.mk: Add hints for what is required to test with ob-R enabled.
-rw-r--r--default.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/default.mk b/default.mk
index 7bdb7df..c037919 100644
--- a/default.mk
+++ b/default.mk
@@ -33,12 +33,13 @@ BTEST_PRE =
# add options after standard load path
BTEST_POST =
# -L <path-to>/ert # needed for Emacs23, Emacs24 has ert built in
+ # -L <path-to>/ess # needed for running R tests
# -L <path-to>/htmlize # need at least version 1.34 for source code formatting
BTEST_OB_LANGUAGES = awk C fortran maxima lilypond octave python sh
- # R is not activated by default because it requires ess to be installed and configured
+ # R # requires ESS to be installed and configured
# extra packages to require for testing
BTEST_EXTRA =
-
+ # ess-site # load ESS for R tests
##->8-------------------------------------------------------------------
## YOU MAY NEED TO ADAPT THESE DEFINITIONS
##----------------------------------------------------------------------