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.
This commit is contained in:
Achim Gratz 2013-05-19 20:51:38 +02:00
parent 885d1d6786
commit 6e6b1044dc
1 changed files with 1 additions and 1 deletions

View File

@ -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 =