mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-28 14:58:36 +00:00
fe5f88ddf9
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.
11 lines
185 B
Makefile
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
|