lyx_mirror/autotests/Makefile.am
Georg Baum fe5f88ddf9 Add the first dedicated export test
Thanks to Kornel we do now have the infrastructure for running dedicated
export tests. This is the first one, showing a language nesting bug which is
already in 2.1. It is inverted for now, but this will hopefully change soon.
2015-11-28 17:00:59 +01:00

11 lines
185 B
Makefile

include $(top_srcdir)/config/common.am
EXTRA_DIST = $(TEST_FILES)
TEST_FILES = \
export/languagenesting1.lyx
alltests: check alltests-recursive
.PHONY: alltests alltests-recursive