initialize Babel languages and provide possibility to load extra packages for testing
commit72d7c95469cdb5fd403de53215fb4df012e08339
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 4 Mar 2012 11:07:44 +0000 (4 12:07 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Fri, 20 Apr 2012 19:04:13 +0000 (20 21:04 +0200)
treef52ef5d4c06ba494e2d2d2f13fc7aa58b7a8a37d
parentd5914ad47f56d7b97cd024ba63495de6cea5f171
initialize Babel languages and provide possibility to load extra packages for testing

   * default.mk: Run emacs without a site-file.  BTEST_EXTRA
             redefined to hold names of extra packages to require for
             testing.  BTEST_PRE and BTEST_POST allow additional
             options to be injected around setup of standard load path
             for testing.  BTEST_OB_LANGUAGES holds the names of Babel
             languages to required.  R is not added to the list since
             it requires ess to be installed and configured.  All
             variables can be overridden in local.mk as before.
default.mk