lyx_mirror/autotests/Makefile.am
Georg Baum 2f3f82e75b Add test for language nesting regression
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.
2015-11-29 11:52:34 +01:00

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