mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
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:
parent
885d1d6786
commit
6e6b1044dc
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user