add hints for R testing
* default.mk: Add hints for what is required to test with ob-R enabled.
This commit is contained in:
parent
a605067181
commit
0e03e06703
|
@ -33,12 +33,13 @@ BTEST_PRE =
|
||||||
# add options after standard load path
|
# add options after standard load path
|
||||||
BTEST_POST =
|
BTEST_POST =
|
||||||
# -L <path-to>/ert # needed for Emacs23, Emacs24 has ert built in
|
# -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
|
# -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
|
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
|
# extra packages to require for testing
|
||||||
BTEST_EXTRA =
|
BTEST_EXTRA =
|
||||||
|
# ess-site # load ESS for R tests
|
||||||
##->8-------------------------------------------------------------------
|
##->8-------------------------------------------------------------------
|
||||||
## YOU MAY NEED TO ADAPT THESE DEFINITIONS
|
## YOU MAY NEED TO ADAPT THESE DEFINITIONS
|
||||||
##----------------------------------------------------------------------
|
##----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue