coverage: byte-compiling elisp files in different subdirectories
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 4 Aug 2012 13:29:21 +0000 (15:29 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 4 Aug 2012 13:29:21 +0000 (15:29 +0200)
commit48e99a7ee6b2ef12bb5d7861f5b71ccd6f69c6e9
treea2f48d4e6d5ed787a87a90f160185de3dbbba5a4
parent56cd2dda0edcc4089954fd560712d762b80cebe5
coverage: byte-compiling elisp files in different subdirectories

Where a '.el' file in a subdirectory might require a '.el' file in
another one.  This does not work out of the box, but can be made to
work with a judicious use of $(AM_ELCFLAGS) (just introduced in the
previous commit).

* t/lisp-subdir-mix.sh: New test.
* t/list-of-tests.mk: Add it.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/lisp-subdir-mix.sh [new file with mode: 0755]
t/list-of-tests.mk