|
16574dac
|
2013-01-12T17:30:32
|
|
coverage: using multiple lexers in a single program
Using Flex and Automake built-in support for lex, that is possible.
A little tricky, but not difficult.
See:
<http://lists.gnu.org/archive/html/automake/2010-10/msg00081.html>
<http://lists.gnu.org/archive/html/automake/2009-03/msg00061.html>
* t/lex-multiple.sh: New test.
* t/list-of-tests.mk: Add it.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
|