]> git.notmuchmail.org Git - notmuch/commit
test: allow user to choose which emacs to run tests with.
authorDavid Bremner <bremner@debian.org>
Wed, 28 Dec 2011 17:08:21 +0000 (13:08 -0400)
committerDavid Bremner <bremner@debian.org>
Wed, 28 Dec 2011 19:50:04 +0000 (15:50 -0400)
commitbed6022ed1076803d89260762dd4d90e639f2756
tree318731fa9d8cfeb5ff74f05a0f3ec6d85dde7e01
parentc96f5f29ddc1f1e53c99893bd5f5226c724e050f
test: allow user to choose which emacs to run tests with.

As we start to pay more attention to emacs24, it helps to be able to
select a different version of emacs to run the tests with to verify
version specific bugs.

A separate variable TEST_EMACS is needed to avoid being overwritten by the
make variable EMACS in Makefile.config

For what it's worth, the value of emacs is chosen at the time
tmp.emacs/run_emacs is created, so is fixed for all subtests.
test/README
test/test-lib.sh