From 8c1c549376e94f787879c08c5dee1c510f901bbe Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 7 Aug 2017 11:51:43 +0200 Subject: [PATCH] Add Vala to automated tests * mk/default.mk (BTEST_OB_LANGUAGES): Add vala. --- mk/default.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/default.mk b/mk/default.mk index 0e639d102..d17461a02 100644 --- a/mk/default.mk +++ b/mk/default.mk @@ -43,7 +43,7 @@ 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 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