mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Add tex2lyx test results to dist package.
Otherwise "make check" will fail for sources not obtained from git.
This commit is contained in:
parent
de5e348727
commit
81f1f33a79
@ -1,6 +1,6 @@
|
|||||||
include $(top_srcdir)/config/common.am
|
include $(top_srcdir)/config/common.am
|
||||||
|
|
||||||
EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) pch.h
|
EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) $(TEST_RESULTS) pch.h
|
||||||
|
|
||||||
#noinst_LIBRARIES = libtexparser.a
|
#noinst_LIBRARIES = libtexparser.a
|
||||||
#
|
#
|
||||||
@ -38,6 +38,19 @@ TEST_FILES = \
|
|||||||
test/xfigtest.pstex \
|
test/xfigtest.pstex \
|
||||||
test/xfigtest.pstex_t
|
test/xfigtest.pstex_t
|
||||||
|
|
||||||
|
TEST_RESULTS = \
|
||||||
|
test/box-color-size-space-align.lyx.lyx \
|
||||||
|
test/CJK.lyx.lyx \
|
||||||
|
test/CJKutf8.lyx.lyx \
|
||||||
|
test/DummyDocument.lyx.lyx \
|
||||||
|
test/Dummy~Document.lyx.lyx \
|
||||||
|
test/Dummy\ Document.lyx.lyx \
|
||||||
|
test/test-insets.lyx.lyx \
|
||||||
|
test/test.lyx.lyx \
|
||||||
|
test/test-modules.lyx.lyx \
|
||||||
|
test/test-structure.lyx.lyx \
|
||||||
|
test/XeTeX-polyglossia.lyx.lyx
|
||||||
|
|
||||||
TESTS = test/runtests.py
|
TESTS = test/runtests.py
|
||||||
updatetests: tex2lyx
|
updatetests: tex2lyx
|
||||||
$(PYTHON) "$(srcdir)/test/runtests.py" ./tex2lyx "$(top_srcdir)/lib/scripts" "$(srcdir)/test"
|
$(PYTHON) "$(srcdir)/test/runtests.py" ./tex2lyx "$(top_srcdir)/lib/scripts" "$(srcdir)/test"
|
||||||
|
Loading…
Reference in New Issue
Block a user