summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2013-05-19 20:51:38 +0200
committerAchim Gratz <Stromeko@Stromeko.DE>2013-05-19 21:08:04 +0200
commit6e6b1044dc65e5d30515b6801e15ef283129dc6f (patch)
tree68269800d7b3844d4b4bcf9ebd6d782babca82d8
parent885d1d67862414318363761d4867a6a64d0af7cb (diff)
downloadorg-mode-6e6b1044dc65e5d30515b6801e15ef283129dc6f.tar.gz
Makefile: add perl to babel languages for testing
* mk/default.mk (BTEST_OB_LANGUAGES): Add perl to Babel languages that should be tested by default.
-rw-r--r--mk/default.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/default.mk b/mk/default.mk
index 1bafecb..eb7fac7 100644
--- a/mk/default.mk
+++ b/mk/default.mk
@@ -39,7 +39,7 @@ 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
+BTEST_OB_LANGUAGES = awk C fortran maxima lilypond octave python sh perl
# R # requires ESS to be installed and configured
# extra packages to require for testing
BTEST_EXTRA =