2015-11-28 16:00:59 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
|
|
|
EXTRA_DIST = $(TEST_FILES)
|
|
|
|
|
|
|
|
TEST_FILES = \
|
2019-04-30 11:19:00 +00:00
|
|
|
export/xhtml/IncludeMissingEndTagDiv.lyx \
|
|
|
|
export/xhtml/MissingEndTagDiv.lyx \
|
|
|
|
export/latex/languages/ja-listings-uncodable-error.lyx \
|
2016-06-17 19:17:38 +00:00
|
|
|
export/MissingEndLayoutBetweenTables.lyx \
|
2019-01-11 12:14:49 +00:00
|
|
|
export/latex/inputenc-utf8-plain.lyx \
|
2016-06-17 19:17:38 +00:00
|
|
|
export/WrongDfnTagHandling.lyx \
|
|
|
|
mathmacros/architecture.lyx \
|
|
|
|
mathmacros/architecture.lyx \
|
|
|
|
mathmacros/Spacechild1.lyx \
|
|
|
|
mathmacros/Spacechild2.lyx \
|
|
|
|
mathmacros/Spacechild3.lyx \
|
|
|
|
mathmacros/testcases_basic.lyx \
|
|
|
|
mathmacros/testcases_environments.lyx \
|
|
|
|
mathmacros/testcases_speed.lyx
|
2015-11-28 16:00:59 +00:00
|
|
|
|
|
|
|
alltests: check alltests-recursive
|
|
|
|
|
|
|
|
.PHONY: alltests alltests-recursive
|