Add Vala to automated tests

* mk/default.mk (BTEST_OB_LANGUAGES): Add vala.
This commit is contained in:
Nicolas Goaziou 2017-08-07 11:51:43 +02:00
parent e83255c993
commit 8c1c549376
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,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 perl python
BTEST_OB_LANGUAGES = awk C fortran maxima lilypond octave perl python vala
# R # requires ESS to be installed and configured
# ruby # requires inf-ruby to be installed and configured
# extra packages to require for testing