From 0e03e06703f5aabe31d77e0c0712f0311e1b93d5 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 15 Jul 2012 18:03:27 +0200 Subject: [PATCH] add hints for R testing * default.mk: Add hints for what is required to test with ob-R enabled. --- default.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/default.mk b/default.mk index 7bdb7df50..c03791901 100644 --- a/default.mk +++ b/default.mk @@ -33,12 +33,13 @@ BTEST_PRE = # add options after standard load path BTEST_POST = # -L /ert # needed for Emacs23, Emacs24 has ert built in + # -L /ess # needed for running R tests # -L /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 ##----------------------------------------------------------------------