mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
2f3f82e75b
The new test shows a language nesting regression: With LyX 2.1 it exports fine in all formats, with 2.2 it fails for dvi, pdf2 and pdf3.
12 lines
216 B
Makefile
12 lines
216 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
EXTRA_DIST = $(TEST_FILES)
|
|
|
|
TEST_FILES = \
|
|
export/languagenesting1.lyx \
|
|
export/languagenesting2.lyx
|
|
|
|
alltests: check alltests-recursive
|
|
|
|
.PHONY: alltests alltests-recursive
|